pub type Salsa8 = StreamCipherCoreWrapper<SalsaCore<U4>>;
Salsa20/8 stream cipher (reduced-round variant of Salsa20 with 8 rounds, not recommended)
struct Salsa8 { /* private fields */ }