pub type Salsa8 = StreamCipherCoreWrapper<SalsaCore<U4>>;Expand description
Salsa20/8 stream cipher (reduced-round variant of Salsa20 with 8 rounds, not recommended)
Aliased Typeยง
pub struct Salsa8 { /* private fields */ }pub type Salsa8 = StreamCipherCoreWrapper<SalsaCore<U4>>;Salsa20/8 stream cipher (reduced-round variant of Salsa20 with 8 rounds, not recommended)
pub struct Salsa8 { /* private fields */ }