Initial commit

This commit is contained in:
jdl
2023-10-13 11:43:27 +02:00
commit 71eb6b0c7e
121 changed files with 11493 additions and 0 deletions

5
mdb/crc.go Normal file
View File

@@ -0,0 +1,5 @@
package mdb
import "hash/crc64"
var crc64Table = crc64.MakeTable(crc64.ECMA)