MurmurHash3 go implementation
seed := 1234567 data := []byte("data") h1, h2 := murmur3.New(seed).Sum128(data)