logo

Type Definition salsa20::XSalsa20

source · []
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”:

https://cr.yp.to/snuffle/xsalsa-20081128.pdf