cast5 0.6.0

CAST5 block cipher
Documentation
1
2
3
4
5
6
7
#![no_std]
#![feature(test)]
#[macro_use]
extern crate block_cipher_trait;
extern crate cast5;

bench!(cast5::Cast5, 16);