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