Re-exports§
pub use crate::aes256::Aes256Key;pub use aes::cipher::block_padding;
Traits§
- Block
Decrypt Mut - Decrypt-only functionality for block ciphers and modes with mutable access to
self. - Block
Encrypt Mut - Encrypt-only functionality for block ciphers and modes with mutable access to
self. - KeyIv
Init - Types which can be initialized from key and initialization vector (nonce).