DefaultChaCha

Type Alias DefaultChaCha 

Source
pub type DefaultChaCha = ChaCha<20>;
Expand description

The recommended ChaCha PRNG with 20 rounds.

Aliased Typeยง

pub struct DefaultChaCha { /* private fields */ }