nanorand::rand::chacha

Type Alias ChaCha8

source
pub type ChaCha8 = ChaCha<8>;
Expand description

The ChaCha CSPRNG, with 8 rounds.

Aliased Typeยง

struct ChaCha8 { /* private fields */ }