ChaCha8

Type Alias ChaCha8 

Source
pub type ChaCha8 = StreamCipherCoreWrapper<ChaChaCore<U4>>;
Expand description

ChaCha8 stream cipher (reduced-round variant of ChaCha20 with 8 rounds)

Aliased Typeยง

pub struct ChaCha8 { /* private fields */ }