Crate block_cipher_trait[][src]

This crate defines a set of simple traits used to define functionality of block ciphers.

Re-exports

pub extern crate generic_array;

Structs

InvalidKeyLength

Error struct which used with NewVarKey

Traits

BlockCipher

The trait which defines in-place encryption and decryption over single block or several blocks in parallel.