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