You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: