File tree Expand file tree Collapse file tree 4 files changed +117
-121
lines changed Expand file tree Collapse file tree 4 files changed +117
-121
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ require (
47
47
github.com/jackpal/go-nat-pmp v1.0.2
48
48
github.com/jedisct1/go-minisign v0.0.0-20230811132847-661be99b8267
49
49
github.com/karalabe/hid v1.0.1-0.20240306101548-573246063e52
50
- github.com/kilic/bls12-381 v0.1.0
51
50
github.com/kylelemons/godebug v1.1.0
52
51
github.com/mattn/go-colorable v0.1.13
53
52
github.com/mattn/go-isatty v0.0.20
@@ -116,6 +115,7 @@ require (
116
115
github.com/hashicorp/go-retryablehttp v0.7.4 // indirect
117
116
github.com/influxdata/line-protocol v0.0.0-20200327222509-2487e7298839 // indirect
118
117
github.com/jmespath/go-jmespath v0.4.0 // indirect
118
+ github.com/kilic/bls12-381 v0.1.0 // indirect
119
119
github.com/klauspost/compress v1.16.0 // indirect
120
120
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
121
121
github.com/kr/pretty v0.3.1 // indirect
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ compile_fuzzer github.com/ethereum/go-ethereum/tests/fuzzers/bls12381 \
161
161
$repo /tests/fuzzers/bls12381/bls12381_test.go
162
162
163
163
compile_fuzzer github.com/ethereum/go-ethereum/tests/fuzzers/bls12381 \
164
- FuzzG1Mul fuzz_g1_mul \
164
+ FuzzCrossG1Mul fuzz_cross_g1_mul \
165
165
$repo /tests/fuzzers/bls12381/bls12381_test.go
166
166
167
167
compile_fuzzer github.com/ethereum/go-ethereum/tests/fuzzers/bls12381 \
@@ -173,7 +173,7 @@ compile_fuzzer github.com/ethereum/go-ethereum/tests/fuzzers/bls12381 \
173
173
$repo /tests/fuzzers/bls12381/bls12381_test.go
174
174
175
175
compile_fuzzer github.com/ethereum/go-ethereum/tests/fuzzers/bls12381 \
176
- FuzzG2Mul fuzz_g2_mul \
176
+ FuzzCrossG2Mul fuzz_cross_g2_mul \
177
177
$repo /tests/fuzzers/bls12381/bls12381_test.go
178
178
179
179
compile_fuzzer github.com/ethereum/go-ethereum/tests/fuzzers/bls12381 \
You can’t perform that action at this time.
0 commit comments