☰
BlockCipher
cipher
0.4.4
BlockCipher
Implementations on Foreign Types
&Alg
Implementors
In crate cipher
Modules
consts
Macros
impl_simple_block_encdec
Structs
InvalidLength
OverflowError
StreamCipherCoreWrapper
StreamCipherError
Traits
AlgorithmName
ArrayLength
AsyncStreamCipher
BlockBackend
BlockCipher
BlockClosure
BlockDecrypt
BlockDecryptMut
BlockEncrypt
BlockEncryptMut
BlockSizeUser
Counter
InnerIvInit
IvSizeUser
IvState
KeyInit
KeyIvInit
KeySizeUser
ParBlocksSizeUser
SeekNum
StreamBackend
StreamCipher
StreamCipherCore
StreamCipherSeek
StreamCipherSeekCore
StreamClosure
Unsigned
Type Aliases
Block
Iv
Key
ParBlocks
?
Trait
cipher
::
BlockCipher
source
·
[
−
]
pub trait BlockCipher:
BlockSizeUser
{ }
Expand description
Marker trait for block ciphers.
Implementations on Foreign Types
§
source
§
impl<Alg:
BlockCipher
>
BlockCipher
for
&Alg
Implementors
§
impl
BlockCipher
for
Aes256Dec
impl
BlockCipher
for
Aes192Dec
impl
BlockCipher
for
Aes256
impl
BlockCipher
for
Aes128Enc
impl
BlockCipher
for
Aes128Dec
impl
BlockCipher
for
Aes128
impl
BlockCipher
for
Aes192Enc
impl
BlockCipher
for
Aes256Enc
impl
BlockCipher
for
Aes192