Expand description
ML-KEM-512 is the parameter set for security category 1, corresponding to key search on a block cipher with a 128-bit key.
Structs§
- MlKem512
MlKem512is the parameter set for security category 1, corresponding to key search on a block cipher with a 128-bit key.
Type Aliases§
- Ciphertext
- Encoded ML-KEM-512 ciphertexts.
- Decapsulation
Key - An ML-KEM-512
DecapsulationKeywhich provides the ability to generate a new key pair, and decapsulate an encapsulated shared key. - Encapsulation
Key - An ML-KEM-512
EncapsulationKeyprovides the ability to encapsulate a shared key so that it can only be decapsulated by the holder of the corresponding decapsulation key.