pub type XSalsa20 = StreamCipherCoreWrapper<XSalsaCore<U10>>;
Expand description
XSalsa20 is a Salsa20 variant with an extended 192-bit (24-byte) nonce.
Based on the paper “Extending the Salsa20 Nonce”:
Aliased Type§
struct XSalsa20 { /* private fields */ }