idea 0.3.0

IDEA block cipher
Documentation
1
2
3
4
//! Test vectors from:
//! https://www.cosic.esat.kuleuven.be/nessie/testvectors/bc/idea/Idea-128-64.verified.test-vectors

cipher::new_test!(idea_test, "idea", idea::Idea);