Salsa12

Type Alias Salsa12 

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