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