Expand description
The ChaCha cryptographically-secure random number generators.
See crate ::rand_chacha
.
Modules§
- rand_
core - Random number generation traits
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