pub type SalsaBox = CryptoBox<Salsa20>;
salsa20
CryptoBox instantiated with with the Salsa20 stream cipher.
CryptoBox
pub struct SalsaBox { /* private fields */ }