Crate block_cipher_trait
source · [−]Expand description
This crate defines a set of simple traits used to define functionality of block ciphers.
Re-exports
pub extern crate generic_array;
Structs
Error struct which used with NewVarKey
Traits
The trait which defines in-place encryption and decryption over single block or several blocks in parallel.