TinoGuo / r_crypto

🦀🦀 High performance Crypto library of Rust implementation for Flutter
MIT License
31 stars 8 forks source link

Integrate non-cryptographic hashes from rust-fasthash #25

Open jonjomckay opened 3 years ago

jonjomckay commented 3 years ago

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 commented 3 years ago

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