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.
- Core module containing essential cryptographic functionalities. ChaCha20 Cryptographic Algorithm Implementation
Traits
Permutationtrait defines the common operations for permutation-based cryptographic algorithms.