pub type XChaCha8 = StreamCipherCoreWrapper<XChaChaCore<U4>>;Expand description
XChaCha8 stream cipher (reduced-round variant of XChaCha20 with 8 rounds)
pub type XChaCha8 = StreamCipherCoreWrapper<XChaChaCore<U4>>;XChaCha8 stream cipher (reduced-round variant of XChaCha20 with 8 rounds)