nanorand::rand::chacha

Type Alias ChaCha12

source
pub type ChaCha12 = ChaCha<12>;
Expand description

The ChaCha CSPRNG, with 12 rounds.

Aliased Typeยง

struct ChaCha12 { /* private fields */ }