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

# SecureEnclave.MLKEM768

An implementation of the MLKEM768 key encapsulation mechanism that operates within the Secure Enclave.

## Declaration

```swift
enum MLKEM768
```

## Topics

### Keys

- [SecureEnclave.MLKEM768.PrivateKey](cryptokit/secureenclave/mlkem768/privatekey.md)

## Relationships

### Conforms To

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

## See Also

### Using the secure enclave

- [SecureEnclave.P256](cryptokit/secureenclave/p256.md)
- [SecureEnclave.MLKEM1024](cryptokit/secureenclave/mlkem1024.md)
