Module secured_cipher::permutation
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.
Traits
Permutationtrait defines the common operations for permutation-based cryptographic algorithms.