# Functions
Encode return the encoding of passed string.
NewMurmur332Hasher returns a new instance of the Murmur32Hasher.
Sum32WithSeed returns the MurmurHash3 sum of data.
# Structs
Murmur32Hasher is a hash function implementing the murmur3 32 bits algorithm.
# Interfaces
Hasher interface.