salsa20

Type Alias XSalsa8

source
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 */ }