Skip to content

Commit 75877e5

Browse files
committed
all: remove kilic dependency from bls12381 fuzzers.
1 parent e92e22a commit 75877e5

File tree

4 files changed

+117
-121
lines changed

4 files changed

+117
-121
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ require (
4747
github.com/jackpal/go-nat-pmp v1.0.2
4848
github.com/jedisct1/go-minisign v0.0.0-20230811132847-661be99b8267
4949
github.com/karalabe/hid v1.0.1-0.20240306101548-573246063e52
50-
github.com/kilic/bls12-381 v0.1.0
5150
github.com/kylelemons/godebug v1.1.0
5251
github.com/mattn/go-colorable v0.1.13
5352
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)