Initial commit
This commit is contained in:
5
mdb/crc.go
Normal file
5
mdb/crc.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package mdb
|
||||
|
||||
import "hash/crc64"
|
||||
|
||||
var crc64Table = crc64.MakeTable(crc64.ECMA)
|
||||
Reference in New Issue
Block a user