Files
openbilibili/vendor/github.com/Dai0522/go-hash/murmur3/murmur3_32.go
2019-04-22 20:46:32 +08:00

7 lines
97 B
Go

package murmur3
func murmur3_32(seed uint32, b []byte) []byte {
// TODO: implement
return b
}