Type Alias ChaChaBox

Source
pub type ChaChaBox = CryptoBox<ChaCha20Legacy>;
Available on crate feature chacha20 only.
Expand description

CryptoBox instantiated with the ChaCha20 stream cipher.

Aliased Typeยง

pub struct ChaChaBox { /* private fields */ }