crypto_box

Type Alias SalsaBox

source
pub type SalsaBox = CryptoBox<Salsa20>;
Expand description

CryptoBox instantiated with with the Salsa20 stream cipher.

Aliased Typeยง

struct SalsaBox { /* private fields */ }