Type Alias salsa20::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 */ }