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.