Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

Module aes256cbc

Module aes256cbc 

Source

Re-exports§

pub use crate::aes256::Aes256Key;
pub use aes::cipher::block_padding;

Traits§

BlockDecryptMut
Decrypt-only functionality for block ciphers and modes with mutable access to self.
BlockEncryptMut
Encrypt-only functionality for block ciphers and modes with mutable access to self.
KeyIvInit
Types which can be initialized from key and initialization vector (nonce).

Functions§

dec
enc
new_iv

Type Aliases§

Aes256CbcDec
Aes256CbcEnc
Aes256CbcIv