salsa20

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ยง

struct Salsa12 { /* private fields */ }