Module secured_cipher::algorithm
source · Re-exports
pub use chacha20::ChaCha20;pub use poly1305::Poly1305;pub use poly1305::SignedEnvelope;
Modules
- Module for the ChaCha20 stream cipher algorithm.
- Module for the Poly1305 message authentication code (MAC) algorithm.