-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | Pure Haskell implementation of the MurmurHash3 x86_32 algorithm.
--   
--   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:
--   <a>https://code.google.com/p/smhasher/source/browse/trunk/MurmurHash3.cpp</a>
@package murmur3
@version 1.0.3

module Data.Hash.Murmur

-- | MurmurHash3 (x86_32). For more details, see
--   <a>http://code.google.com/p/smhasher/source/browse/trunk/MurmurHash3.cpp</a>
murmur3 :: Word32 -> ByteString -> Word32
