const-murmur3 0.3.0

A const fn implementation of the murmur3 hashing algorithm
Documentation
1
2
3
4
5
6
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.