2025-07-25 19:04:58 -05:00
|
|
|
module github.com/luxfi/crypto
|
|
|
|
|
|
2025-12-13 10:48:20 +00:00
|
|
|
go 1.25.5
|
2025-08-15 16:51:58 -05:00
|
|
|
|
2025-12-20 13:56:20 -08:00
|
|
|
exclude github.com/luxfi/geth v1.16.1
|
|
|
|
|
|
2025-07-25 19:04:58 -05:00
|
|
|
require (
|
2025-08-16 02:24:36 -05:00
|
|
|
filippo.io/age v1.2.1
|
2025-12-26 15:18:06 -08:00
|
|
|
github.com/ProjectZKM/Ziren/crates/go-runtime/zkvm_runtime v0.0.0-20251221085550-b8e13ca38217
|
2025-12-11 22:37:40 -08:00
|
|
|
github.com/cloudflare/circl v1.6.2-0.20251204010831-23491bd573cf
|
2025-11-22 16:37:21 -08:00
|
|
|
github.com/consensys/gnark-crypto v0.19.2
|
|
|
|
|
github.com/crate-crypto/go-eth-kzg v1.4.0
|
2025-10-26 16:37:53 -07:00
|
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0
|
2025-12-13 10:48:20 +00:00
|
|
|
github.com/ethereum/c-kzg-4844/v2 v2.1.5
|
2025-07-25 19:04:58 -05:00
|
|
|
github.com/google/gofuzz v1.2.0
|
|
|
|
|
github.com/jedisct1/go-minisign v0.0.0-20230811132847-661be99b8267
|
2025-08-07 05:38:07 +00:00
|
|
|
github.com/leanovate/gopter v0.2.11
|
2025-12-26 16:10:11 -08:00
|
|
|
github.com/luxfi/cache v1.1.0
|
2025-12-26 20:56:36 -08:00
|
|
|
github.com/luxfi/gpu v0.29.4
|
2025-12-13 10:48:20 +00:00
|
|
|
github.com/luxfi/ids v1.2.4
|
|
|
|
|
github.com/luxfi/log v1.1.26
|
2025-07-25 20:12:57 -05:00
|
|
|
github.com/mr-tron/base58 v1.2.0
|
2025-10-26 16:37:53 -07:00
|
|
|
github.com/stretchr/testify v1.11.1
|
2025-12-13 10:48:20 +00:00
|
|
|
github.com/supranational/blst v0.3.16
|
2025-08-16 02:24:36 -05:00
|
|
|
github.com/zeebo/blake3 v0.2.4
|
2025-12-13 10:48:20 +00:00
|
|
|
golang.org/x/crypto v0.46.0
|
|
|
|
|
golang.org/x/sync v0.19.0
|
|
|
|
|
golang.org/x/sys v0.39.0
|
2025-07-25 19:04:58 -05:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
2025-12-13 10:48:20 +00:00
|
|
|
github.com/bits-and-blooms/bitset v1.24.4 // indirect
|
2025-07-25 22:19:01 -05:00
|
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
2025-11-22 16:37:21 -08:00
|
|
|
github.com/holiman/uint256 v1.3.2 // indirect
|
2025-08-19 09:04:15 +00:00
|
|
|
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
|
2025-12-26 16:10:11 -08:00
|
|
|
github.com/luxfi/utils v1.1.0 // indirect
|
2025-07-25 22:19:01 -05:00
|
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
2025-10-26 16:37:53 -07:00
|
|
|
github.com/rogpeppe/go-internal v1.14.1 // indirect
|
2025-11-22 16:37:21 -08:00
|
|
|
go.uber.org/multierr v1.11.0 // indirect
|
2025-12-26 15:18:06 -08:00
|
|
|
go.uber.org/zap v1.27.1 // indirect
|
2025-12-14 17:23:29 -08:00
|
|
|
golang.org/x/exp v0.0.0-20250819193227-8b4c13bb791b // indirect
|
2025-11-22 16:37:21 -08:00
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
|
2025-07-25 19:04:58 -05:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
|
)
|