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