camellia 0.2.0

Camellia block cipher
Documentation
1
2
3
4
5
6
//! Test vectors are from NESSIE:
//! <https://www.cosic.esat.kuleuven.be/nessie/testvectors/>

cipher::block_cipher_test!(camellia128, camellia::Camellia128);
cipher::block_cipher_test!(camellia192, camellia::Camellia192);
cipher::block_cipher_test!(camellia256, camellia::Camellia256);