pub type XSalsa8 = StreamCipherCoreWrapper<XSalsaCore<U4>>;
Expand description
XSalsa8 stream cipher (reduced-round variant of XSalsa20
with 8 rounds)
pub type XSalsa8 = StreamCipherCoreWrapper<XSalsaCore<U4>>;
XSalsa8 stream cipher (reduced-round variant of XSalsa20
with 8 rounds)