Skip to content

Commit da37c31

Browse files
committed
all: remove kilic dependency from bls12381 fuzzers.
1 parent bd57f35 commit da37c31

File tree

4 files changed

+117
-113
lines changed

4 files changed

+117
-113
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ require (
4545
github.com/jackpal/go-nat-pmp v1.0.2
4646
github.com/jedisct1/go-minisign v0.0.0-20230811132847-661be99b8267
4747
github.com/karalabe/hid v1.0.1-0.20240306101548-573246063e52
48-
github.com/kilic/bls12-381 v0.1.0
4948
github.com/kylelemons/godebug v1.1.0
5049
github.com/mattn/go-colorable v0.1.13
5150
github.com/mattn/go-isatty v0.0.20
@@ -116,6 +115,7 @@ require (
116115
github.com/hashicorp/go-retryablehttp v0.7.4 // indirect
117116
github.com/influxdata/line-protocol v0.0.0-20200327222509-2487e7298839 // indirect
118117
github.com/jmespath/go-jmespath v0.4.0 // indirect
118+
github.com/kilic/bls12-381 v0.1.0 // indirect
119119
github.com/klauspost/compress v1.16.0 // indirect
120120
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
121121
github.com/kr/pretty v0.3.1 // indirect

oss-fuzz.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ compile_fuzzer github.com/ethereum/go-ethereum/tests/fuzzers/bls12381 \
161161
$repo/tests/fuzzers/bls12381/bls12381_test.go
162162

163163
compile_fuzzer github.com/ethereum/go-ethereum/tests/fuzzers/bls12381 \
164-
FuzzG1Mul fuzz_g1_mul\
164+
FuzzCrossG1Mul fuzz_cross_g1_mul\
165165
$repo/tests/fuzzers/bls12381/bls12381_test.go
166166

167167
compile_fuzzer github.com/ethereum/go-ethereum/tests/fuzzers/bls12381 \
@@ -173,7 +173,7 @@ compile_fuzzer github.com/ethereum/go-ethereum/tests/fuzzers/bls12381 \
173173
$repo/tests/fuzzers/bls12381/bls12381_test.go
174174

175175
compile_fuzzer github.com/ethereum/go-ethereum/tests/fuzzers/bls12381 \
176-
FuzzG2Mul fuzz_g2_mul\
176+
FuzzCrossG2Mul fuzz_cross_g2_mul\
177177
$repo/tests/fuzzers/bls12381/bls12381_test.go
178178

179179
compile_fuzzer github.com/ethereum/go-ethereum/tests/fuzzers/bls12381 \

0 commit comments

Comments
 (0)