@hackage murmur31.0.3
Pure Haskell implementation of the MurmurHash3 x86_32 algorithm.
Installation
Dependencies (3)
- base >=4.6 && <5
- bytestring >=0.10
- cereal >=0.5.1 Show all…
Dependents (4)
@hackage/swarm, @hackage/haskoin-core, @hackage/urbit-hob, @hackage/unleash-client-haskell-core
MurmurHash3 is a non-cryptogrpahic hash function suitable for general hash-based lookup. We provide the x86_32 version which closely follows the following implementation: https://code.google.com/p/smhasher/source/browse/trunk/MurmurHash3.cpp