mirror of
https://github.com/iLoveElysia/openbilibili.git
synced 2026-03-14 05:46:26 -05:00
7 lines
97 B
Go
7 lines
97 B
Go
package murmur3
|
|
|
|
func murmur3_32(seed uint32, b []byte) []byte {
|
|
// TODO: implement
|
|
return b
|
|
}
|