Expand description
Modules§
Traits§
- Crypto
Rng - A marker trait used to indicate that an
RngCore
orBlockRngCore
implementation is supposed to be cryptographically secure. - Hpke
Crypto - The
HpkeCrypto
trait defines the necessary cryptographic functions used in the HPKE implementation. - Hpke
Test Rng - PRNG extension for testing that is supposed to return pre-configured bytes.
- RngCore
- The core of a random number generator.