serpent 0.6.0

Serpent block cipher
Documentation
1
2
3
4
5
6
//! Test vectors from Nessie:
//! http://www.cs.technion.ac.il/~biham/Reports/Serpent/Serpent-128-128.verified.test-vectors

cipher::block_cipher_test!(serpent128, serpent::Serpent);
cipher::block_cipher_test!(serpent192, serpent::Serpent);
cipher::block_cipher_test!(serpent256, serpent::Serpent);