pub type ChaCha8 = ChaCha<8>;
The ChaCha CSPRNG, with 8 rounds.
pub struct ChaCha8 { /* private fields */ }