Expand description
ML-KEM-768 implementation using aws-lc-rs
This module provides the implementation of Module Lattice-based Key Encapsulation Mechanism (ML-KEM) as specified in FIPS 203, using aws-lc-rs.
Note: Since aws-lc-rs doesn’t expose raw private key serialization for ML-KEM, we store the entire DecapsulationKey object during key generation and use a temporary in-memory cache for key operations. For production use, you would need to implement proper key storage using PKCS#8 encoding or secure key storage.
Structs§
- MlKem768
Impl - ML-KEM-768 implementation using aws-lc-rs