mirror of
https://github.com/iLoveElysia/openbilibili.git
synced 2026-09-02 07:38:04 -05:00
7 lines
97 B
Go
7 lines
97 B
Go
package murmur3
|
|
|
|
func murmur3_64(seed uint32, b []byte) []byte {
|
|
// TODO: implement
|
|
return b
|
|
}
|