pub type XSalsa20Poly1305 = SecretBox<Salsa20>;
crypto_secretbox instantiated with the XSalsa20 stream cipher.
crypto_secretbox
struct XSalsa20Poly1305 { /* private fields */ }