There's another Rust project for hashes called fasthash, which implements a bunch of modern non-cryptographic hashing algorithms, like xxHash and meowhash.
It would be great if this library also supported those hashes! It looks like fasthash also supports the Digest trait, which I think this library relies on?
There's another Rust project for hashes called
fasthash
, which implements a bunch of modern non-cryptographic hashing algorithms, like xxHash and meowhash.It would be great if this library also supported those hashes! It looks like
fasthash
also supports theDigest
trait, which I think this library relies on?