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 */ }pub type ChaChaBox = CryptoBox<ChaCha20Legacy>;chacha20 only.CryptoBox instantiated with the ChaCha20 stream cipher.
pub struct ChaChaBox { /* private fields */ }