crypto_secretbox

Type Alias XSalsa20Poly1305

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

crypto_secretbox instantiated with the XSalsa20 stream cipher.

Aliased Typeยง

struct XSalsa20Poly1305 { /* private fields */ }