pub type XChaCha12 = StreamCipherCoreWrapper<XChaChaCore<U6>>;Expand description
XChaCha12 stream cipher (reduced-round variant of XChaCha20 with 12 rounds)
Aliased Typeยง
pub struct XChaCha12 { /* private fields */ }pub type XChaCha12 = StreamCipherCoreWrapper<XChaChaCore<U6>>;XChaCha12 stream cipher (reduced-round variant of XChaCha20 with 12 rounds)
pub struct XChaCha12 { /* private fields */ }