tkaitchuck / aHash

aHash is a non-cryptographic hashing algorithm that uses the AES hardware instruction
https://crates.io/crates/ahash
Apache License 2.0
986 stars 94 forks source link

Issue 210: Strengthen fastpath for u64 hashes #211

Closed tkaitchuck closed 4 months ago

tkaitchuck commented 4 months ago

Fixes #210 by making the rotation dependent on the input value.