Expand description
§NIST DRBG
Deterministic Random Bit Generator (DRBG) (NIST, SP 800-90A).
Structs§
Enums§
Traits§
- Crypto
Rng - A marker trait used to indicate that an
RngCore
orBlockRngCore
implementation is supposed to be cryptographically secure. - RngCore
- The core of a random number generator.