aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
blob: 7d2f45d0694206a4287aa89fe6deee7271e2e721 (plain)
1
2
3
4
5
6
7
8
9
10
11
module secp256k1-learn

go 1.23.5

require github.com/btcsuite/btcd/btcec/v2 v2.3.6

require (
	github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 // indirect
	github.com/decred/dcrd/crypto/blake256 v1.0.0 // indirect
	github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
)