crypto2 0.1.2

cryptographic algorithms
1
2
3
4
5
mod sha256;
mod sha512;

pub use self::sha256::*;
pub use self::sha512::*;