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. These features may have been created by mistake, and this functionality may be removed in the future.

tiny-keccak hash-keccak?
blake2b-rs hash-blake2b?

Enables blake2b-rs ^0.1

cryptape-sm hash-sm3?