pub type Salsa20 = StreamCipherCoreWrapper<SalsaCore<U10>>;
Expand description
Salsa20/20 stream cipher (20 rounds; recommended)
Aliased Typeยง
struct Salsa20 { /* private fields */ }
pub type Salsa20 = StreamCipherCoreWrapper<SalsaCore<U10>>;
Salsa20/20 stream cipher (20 rounds; recommended)
struct Salsa20 { /* private fields */ }