---
title: MLKEM768
framework: cryptokit
role: symbol
role_heading: Enumeration
path: cryptokit/mlkem768
---

# MLKEM768

The Module-Lattice key encapsulation mechanism (KEM).

## Declaration

```swift
enum MLKEM768
```

## Topics

### Keys

- [MLKEM768.PrivateKey](cryptokit/mlkem768/privatekey.md)
- [MLKEM768.PublicKey](cryptokit/mlkem768/publickey.md)

### Structures

- [MLKEM768.OneTimePrivateKey](cryptokit/mlkem768/onetimeprivatekey.md)

## Relationships

### Conforms To

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

## See Also

### Key encapsulation mechanisms (KEM)

- [KEM](cryptokit/kem.md)
- [MLKEM1024](cryptokit/mlkem1024.md)
- [XWingMLKEM768X25519](cryptokit/xwingmlkem768x25519.md)
