Module ml_kem::kem

source ·
Expand description

Section 6. The ML-KEM Key-Encapsulation Mechanism

Structs§

  • A DecapsulationKey provides the ability to generate a new key pair, and decapsulate an encapsulated shared key.
  • An EncapsulationKey provides the ability to encapsulate a shared key so that it can only be decapsulated by the holder of the corresponding decapsulation key.
  • An implementation of overall ML-KEM functionality. Generic over parameter sets, but then ties together all of the other related types and sizes.