Add msgpack wire protocol with halfsiphash checksums

This commit is contained in:
Ian Gulliver
2026-04-03 16:59:11 +09:00
parent b076cce34a
commit db6f005bef
33 changed files with 5928 additions and 3 deletions

6
lib/msgpack/version.go Normal file
View File

@@ -0,0 +1,6 @@
package msgpack
// Version is the current release version.
func Version() string {
return "5.4.1"
}