pub type XChaCha8 = StreamCipherCoreWrapper<XChaChaCore<U4>>;
Expand description
XChaCha8 stream cipher (reduced-round variant of XChaCha20
with 8 rounds)
Aliased Type§
struct XChaCha8 { /* private fields */ }
pub type XChaCha8 = StreamCipherCoreWrapper<XChaChaCore<U4>>;
XChaCha8 stream cipher (reduced-round variant of XChaCha20
with 8 rounds)
struct XChaCha8 { /* private fields */ }