Module arrayref

Module arrayref 

Source
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§

DecapsError
Error indicating that decapsulating failed
EncapsError
Error indicating that encapsulating failed
KeyGenError
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.