salsa20

Type Alias XSalsa12

source
pub type XSalsa12 = StreamCipherCoreWrapper<XSalsaCore<U6>>;
Expand description

XSalsa12 stream cipher (reduced-round variant of XSalsa20 with 12 rounds)

Aliased Typeยง

struct XSalsa12 { /* private fields */ }