---
title: MLKEM1024
framework: cryptokit
role: symbol
role_heading: Enumeration
path: cryptokit/mlkem1024
---

# MLKEM1024

The Module-Lattice key encapsulation mechanism (KEM).

## Declaration

```swift
enum MLKEM1024
```

## Topics

### Keys

- [MLKEM1024.PrivateKey](cryptokit/mlkem1024/privatekey.md)
- [MLKEM1024.PublicKey](cryptokit/mlkem1024/publickey.md)

### Structures

- [MLKEM1024.OneTimePrivateKey](cryptokit/mlkem1024/onetimeprivatekey.md)

## Relationships

### Conforms To

- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Key encapsulation mechanisms (KEM)

- [KEM](cryptokit/kem.md)
- [MLKEM768](cryptokit/mlkem768.md)
- [XWingMLKEM768X25519](cryptokit/xwingmlkem768x25519.md)
