Struct aes::Aes128Ctr [−][src]
pub struct Aes128Ctr { /* fields omitted */ }
This is supported on crate feature
ctr
only.Expand description
AES-128 in CTR mode
Trait Implementations
type BlockCipher = Aes128
type BlockCipher = Aes128
Block cipher
type NonceSize = <Aes128 as BlockCipher>::BlockSize
type NonceSize = <Aes128 as BlockCipher>::BlockSize
Nonce size in bytes
Instantiate a stream cipher from a block cipher