6 lines
79 B
Go
6 lines
79 B
Go
package mdb
|
|
|
|
import "hash/crc64"
|
|
|
|
var crc64Table = crc64.MakeTable(crc64.ECMA)
|