Re-exports§
pub use cipher;
Structs§
- Generic
Array - Struct representing a generic array -
GenericArray<T, N>
works like [T; N] - Invalid
Block Length - Lioness
Traits§
- Block
Cipher - Trait which marks a type as being a block cipher.
- NewBlock
Cipher - Instantiate a
BlockCipher
algorithm.