pub type XSalsa12 = StreamCipherCoreWrapper<XSalsaCore<U6>>;
Expand description
XSalsa12 stream cipher (reduced-round variant of XSalsa20
with 12 rounds)
Aliased Type§
struct XSalsa12 { /* private fields */ }
pub type XSalsa12 = StreamCipherCoreWrapper<XSalsaCore<U6>>;
XSalsa12 stream cipher (reduced-round variant of XSalsa20
with 12 rounds)
struct XSalsa12 { /* private fields */ }