<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: 26.0.0 -",
    "macOS: 26.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: 26.0.0 -",
    "watchOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CryptoKit",
  "identifier" : "/documentation/CryptoKit/MLKEM768",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Apple CryptoKit"
    ],
    "preciseIdentifier" : "s:9CryptoKit8MLKEM768O"
  },
  "title" : "MLKEM768"
}
-->

# MLKEM768

The Module-Lattice key encapsulation mechanism (KEM).

```
enum MLKEM768
```

## Topics

### Keys

[`PrivateKey`](/documentation/CryptoKit/MLKEM768/PrivateKey)

A private key you use to decapsulate shared secrets with the Module-Lattice key encapsulation mechanism.

[`PublicKey`](/documentation/CryptoKit/MLKEM768/PublicKey)

A public key you use to encapsulate shared secrets with the Module-Lattice key encapsulation mechanism.

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)