SalsaBox

Type Alias SalsaBox 

Source
pub type SalsaBox = CryptoBox<StreamCipherCoreWrapper<SalsaCore<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B1>, B0>>>>;
Expand description

CryptoBox instantiated with with the Salsa20 stream cipher.

Aliased Typeยง

pub struct SalsaBox { /* private fields */ }