murmur3_64.go 97 B

123456
  1. package murmur3
  2. func murmur3_64(seed uint32, b []byte) []byte {
  3. // TODO: implement
  4. return b
  5. }