☰
BlockCipher
Implementations on Foreign Types
&Alg
Implementors
In cipher
?
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
§