eva-crypto 0.1.2

Prototype level implementations of some encryption algorithms, with some generic traits.
Documentation
1
2
3
4
5
6
7
pub mod aes;
pub mod blowfish;
pub mod generic;
pub mod led;
pub mod present;
pub mod skinny;
pub mod sm4;