Module rand_chacha

Source
Expand description

The ChaCha cryptographically-secure random number generators.

See crate ::rand_chacha.

Modules§

rand_core
Random number generation traits

Structs§

ChaCha8Core
ChaCha with 8 rounds
ChaCha8Rng
A cryptographically secure random number generator that uses the ChaCha algorithm.
ChaCha12Core
ChaCha with 12 rounds
ChaCha12Rng
A cryptographically secure random number generator that uses the ChaCha algorithm.
ChaCha20Core
ChaCha with 20 rounds
ChaCha20Rng
A cryptographically secure random number generator that uses the ChaCha algorithm.

Type Aliases§

ChaChaCore
ChaCha with 20 rounds, low-level interface
ChaChaRng
ChaCha with 20 rounds