Module

Murmur3

Package
purescript-murmur3
Repository
paulyoung/purescript-murmur3

Murmur 3 hash function for hashing strings

#hashString Source

hashString :: BigInt -> String -> BigInt

Takes a seed and a string. Produces a hash (integer).

Given the same seed and string, it will always produce the same hash.

hashString 1234 "Turn me into a hash" == 4138100590