Type Alias nanorand::rand::chacha::ChaCha8

source ·
pub type ChaCha8 = ChaCha<8>;
Expand description

The ChaCha CSPRNG, with 8 rounds.

Aliased Type§

struct ChaCha8 { /* private fields */ }