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