Description
Provides a MurmurHash2 implementation for Haskell. MurmurHash is a fast non-cryptographic hash commonly used for hash tables, checks, sharding, and data distribution.
It is useful when code needs speed and stable hashing behavior, but it should not be used for password storage or security decisions. It is a developer library and has no standalone interface.