rand_chacha

Type Alias ChaChaRng

source
pub type ChaChaRng = ChaCha20Rng;
Expand description

ChaCha with 20 rounds

Aliased Typeยง

struct ChaChaRng { /* private fields */ }