Type Definition crypto_box::ChaChaBox
source · pub type ChaChaBox = CryptoBox<ChaCha20Legacy>;
Available on crate feature
chacha20
only.Expand description
CryptoBox
instantiated with the ChaCha20 stream cipher.
pub type ChaChaBox = CryptoBox<ChaCha20Legacy>;
chacha20
only.CryptoBox
instantiated with the ChaCha20 stream cipher.