Type Definition crypto_secretbox::XSalsa20Poly1305

source ·
pub type XSalsa20Poly1305 = SecretBox<Salsa20>;
Available on crate feature salsa20 only.
Expand description

crypto_secretbox instantiated with the XSalsa20 stream cipher.