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