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