File: mod.rs

package info (click to toggle)
rust-idea 0.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 144 kB
  • sloc: makefile: 2
file content (4 lines) | stat: -rw-r--r-- 183 bytes parent folder | download
1
2
3
4
//! Test vectors from:
//! https://www.cosic.esat.kuleuven.be/nessie/testvectors/bc/idea/Idea-128-64.verified.test-vectors

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