Type Alias nanorand::rand::chacha::ChaCha12

source ·
pub type ChaCha12 = ChaCha<12>;
Expand description

The ChaCha CSPRNG, with 12 rounds.

Aliased Type§

struct ChaCha12 { /* private fields */ }