ex3-crypto 0.15.21

EX3 crypto crate.
Documentation
1
2
3
4
5
mod keccak256;
mod sha256;

pub use keccak256::keccak256;
pub use sha256::sha256;