SalsaBox

Type Alias SalsaBox 

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

CryptoBox instantiated with with the Salsa20 stream cipher.

Aliased Typeยง

pub struct SalsaBox { /* private fields */ }