MurmurHash3 Native implementation in Go Implements the x86 32-bit and 128-bit and the x64 128-bit versions of the MurmurHash3 hash algorithm (created by Austin Appleby). Conforms to Go's interfaces for hash functions. Reference implementation All versions pass the original implementations verification test.