#hashing #murmur3 #algorithm #const

const-murmur3

A const fn implementation of the murmur3 hashing algorithm

2 unstable releases

0.2.1 Jun 12, 2022
0.1.0 Mar 1, 2022

#2407 in Algorithms


Used in quotient-filter

MIT/Apache

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.

No runtime deps