Expand description
This module contains the trait and related errors for a KEM that takes array references as arguments and writes to outputs to mutable array references.
Enums§
- Decaps
Error - Error indicating that decapsulating failed
- Encaps
Error - Error indicating that encapsulating failed
- KeyGen
Error - Error generating key with provided randomness
Traits§
- Kem
- A Key Encapsulation Mechanism (KEM). This trait is the most low-level and mostly used in the implementation of other, more usabe APIs on top.