Type Alias salsa20::Salsa8

source ·
pub type Salsa8 = StreamCipherCoreWrapper<SalsaCore<U4>>;
Expand description

Salsa20/8 stream cipher (reduced-round variant of Salsa20 with 8 rounds, not recommended)

Aliased Type§

struct Salsa8 { /* private fields */ }