Type Alias chacha20::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 */ }