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

# SecureEnclave.MLKEM1024

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

## Declaration

```swift
enum MLKEM1024
```

## Topics

### Keys

- [SecureEnclave.MLKEM1024.PrivateKey](cryptokit/secureenclave/mlkem1024/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.MLKEM768](cryptokit/secureenclave/mlkem768.md)
