Type Alias crypto_secretbox::XSalsa20Poly1305

source ·
pub type XSalsa20Poly1305 = SecretBox<Salsa20>;
Expand description

crypto_secretbox instantiated with the XSalsa20 stream cipher.

Aliased Type§

struct XSalsa20Poly1305 { /* private fields */ }