salsa20

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