chacha20

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ยง

struct ChaCha8 { /* private fields */ }