2 unstable releases
0.2.1 | Jun 12, 2022 |
---|---|
0.1.0 | Mar 1, 2022 |
#2606 in Algorithms
60 downloads per month
Used in quotient-filter
4KB
74 lines
const-murmur3
A minimal rust library containing a const fn no_std compatible version of the murmur32 hashing algorithm.
Murmur3 is not suitable as a hashing algorithm where security is concerned and should only be used for general lookups.