Botan 3.4.0
Crypto and TLS for C&
Topics | Files
Random Number Generators

Implementations of Random Number Generators. More...

Topics

 Auto-Seeded RNG
 Userspace RNG that automatically seeds using available entropy sources.
 
 ChaCha RNG
 
 HMAC DRBG
 As defined in NIST SP800-90A.
 
 Processor RNG
 Directly invokes a CPU specific instruction to generate random numbers.
 
 Stateful RNG
 Base class for RNGs that must keep an internal state.
 
 System RNG
 Wrapper around the system-provided standard RNG.
 

Files

file  rng.cpp
 
file  rng.h
 Public Header.
 

Detailed Description

Implementations of Random Number Generators.

This module depends on: