des 0.9.0

DES and Triple DES (3DES, TDES) block ciphers implementation
Documentation
1
2
3
4
5
6
//! Test vectors are from NESSIE:
//! https://www.cosic.esat.kuleuven.be/nessie/testvectors/

cipher::block_cipher_test!(des, des::Des);
cipher::block_cipher_test!(tdes, des::TdesEde3);
cipher::block_cipher_test!(tdes2, des::TdesEde2);