pub type XSalsa12 = StreamCipherCoreWrapper<XSalsaCore<U6>>;
Expand description
XSalsa12 stream cipher (reduced-round variant of XSalsa20
with 12 rounds)
pub type XSalsa12 = StreamCipherCoreWrapper<XSalsaCore<U6>>;
XSalsa12 stream cipher (reduced-round variant of XSalsa20
with 12 rounds)