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