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