pub type Salsa20 = StreamCipherCoreWrapper<SalsaCore<U10>>;
Salsa20/20 stream cipher (20 rounds; recommended)
struct Salsa20 { /* private fields */ }