tc_block_cipher 0.1.0

Shared initialization and single-block processing traits, errors and wiping key containers for block ciphers.
Documentation
1
2
3
4
5
6
mod block_cipher;
mod key_params;

pub use block_cipher::BlockCipher;
pub use block_cipher::BlockCipherInit;
pub use key_params::KeyParams;