Type Alias SalsaBox

Source
pub type SalsaBox = CryptoBox<Salsa20>;
Available on crate feature salsa20 only.
Expand description

CryptoBox instantiated with with the Salsa20 stream cipher.

Aliased Typeยง

pub struct SalsaBox { /* private fields */ }