Expand description
The ChaCha random number generator.
Re-exports§
pub use rand_core;
Structs§
- ChaCha8
Core - ChaCha with 8 rounds
- ChaCha8
Rng - A cryptographically secure random number generator that uses the ChaCha algorithm.
- ChaCha12
Core - ChaCha with 12 rounds
- ChaCha12
Rng - A cryptographically secure random number generator that uses the ChaCha algorithm.
- ChaCha20
Core - ChaCha with 20 rounds
- ChaCha20
Rng - A cryptographically secure random number generator that uses the ChaCha algorithm.
Type Aliases§
- ChaCha
Core - ChaCha with 20 rounds, low-level interface
- ChaCha
Rng - ChaCha with 20 rounds