Completed event and key libraries.

This commit is contained in:
Jay
2025-10-20 11:00:44 -04:00
parent 0ab4edb45d
commit 2c893f9619
12 changed files with 824 additions and 0 deletions

10
go.mod
View File

@@ -1,3 +1,13 @@
module git.wisehodl.dev/jay/go-roots
go 1.23.5
require (
github.com/btcsuite/btcd/btcec/v2 v2.3.5
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0
)
require (
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 // indirect
github.com/decred/dcrd/crypto/blake256 v1.1.0 // indirect
)