No description
Find a file
2025-02-12 03:03:34 +05:30
.gitignore Initial commit 2025-01-07 10:48:28 +05:30
bigint.go Reimplementation of SerializableBigInt 2025-02-12 03:03:34 +05:30
go.mod Initial commit 2025-01-07 10:48:28 +05:30
go.sum Initial commit 2025-01-07 10:48:28 +05:30
LICENCE Initial commit 2025-01-07 10:48:28 +05:30
README.md Initial commit 2025-01-07 10:48:28 +05:30

A simple math/big.Int wrapper to allow serialization to MessagePack and storage in SQL-based DBs.

This is also mirrored on Codeberg.