cipher
0.4.4
Block
Cipher
Implementations on Foreign Types
&Alg
Object Safety
Implementors
In crate cipher
cipher
Trait
BlockCipher
Copy item path
source
pub trait BlockCipher:
BlockSizeUser
{ }
Expand description
Marker trait for block ciphers.
Object Safety
§
This trait is
not
object safe
.
Implementations on Foreign Types
§
source
§
impl<Alg:
BlockCipher
>
BlockCipher
for
&Alg
Implementors
§