Cargo Features
Hasher has no features set by default.
[dependencies]
hasher = { version = "0.1.4", features = ["hash-keccak", "hash-blake2b", "hash-sm3"] }
- hash-keccak = tiny-keccak
- hash-blake2b = blake2b-rs
- hash-sm3 = cryptape-sm
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features.
- tiny-keccak hash-keccak?
-
With keccak
- blake2b-rs hash-blake2b?
-
Enables blake2b-rs ^0.1
- cryptape-sm hash-sm3?