mirror of
https://github.com/luxfi/crypto.git
synced 2026-07-27 01:54:50 +00:00
34 lines
1.1 KiB
AMPL
34 lines
1.1 KiB
AMPL
module github.com/luxfi/crypto
|
|
|
|
go 1.24.5
|
|
|
|
require (
|
|
github.com/consensys/gnark-crypto v0.18.0
|
|
github.com/crate-crypto/go-eth-kzg v1.3.0
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0
|
|
github.com/ethereum/c-kzg-4844/v2 v2.1.1
|
|
github.com/google/gofuzz v1.2.0
|
|
github.com/jedisct1/go-minisign v0.0.0-20230811132847-661be99b8267
|
|
github.com/luxfi/geth v1.16.2
|
|
github.com/luxfi/node v1.15.0
|
|
github.com/mr-tron/base58 v1.2.0
|
|
github.com/stretchr/testify v1.10.0
|
|
github.com/supranational/blst v0.3.15
|
|
golang.org/x/crypto v0.40.0
|
|
golang.org/x/sys v0.34.0
|
|
google.golang.org/grpc v1.74.2
|
|
)
|
|
|
|
require (
|
|
github.com/bits-and-blooms/bitset v1.20.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/holiman/uint256 v1.3.2 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
golang.org/x/net v0.42.0 // indirect
|
|
golang.org/x/sync v0.16.0 // indirect
|
|
golang.org/x/text v0.27.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
|
|
google.golang.org/protobuf v1.36.6 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|