Module drbg

Source
Expand description

§NIST DRBG

Deterministic Random Bit Generator (DRBG) (NIST, SP 800-90A).

Structs§

Drbg

Enums§

Error

Traits§

CryptoRng
A marker trait used to indicate that an RngCore or BlockRngCore implementation is supposed to be cryptographically secure.
RngCore
The core of a random number generator.