Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate non-cryptographic hashes from rust-fasthash #25

Open
jonjomckay opened this issue Oct 17, 2021 · 1 comment
Open

Integrate non-cryptographic hashes from rust-fasthash #25

jonjomckay opened this issue Oct 17, 2021 · 1 comment

Comments

@jonjomckay
Copy link

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?

@TinoGuo
Copy link
Owner

TinoGuo commented Oct 23, 2021

good idea, but currently the target binary size is pretty big, will consider the separate repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants