pub type DefaultChaCha = ChaCha<20>;
The recommended ChaCha PRNG with 20 rounds.
ChaCha
pub struct DefaultChaCha { /* private fields */ }