Package hasher provides a Hasher trait.
pubtraitHasher{constLENGTH:usize;fndigest(&self,data:&[u8]) -> Vec<u8>;}Add this to your Cargo.toml:
[dependencies]
hasher = "0.1"- blake2b
- keccak
- sm3
$ cargo test --all-features
There was an error while loading. Please reload this page.