nanorand::rand::chacha

Type Alias ChaCha20

source
pub type ChaCha20 = ChaCha<20>;
Expand description

The ChaCha CSPRNG, with 20 rounds.

Aliased Typeยง

struct ChaCha20 { /* private fields */ }