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 */ }
pub type ChaCha8 = StreamCipherCoreWrapper<ChaChaCore<U4>>;
ChaCha8 stream cipher (reduced-round variant of ChaCha20
with 8 rounds)
struct ChaCha8 { /* private fields */ }