diff --git a/oss-fuzz.sh b/oss-fuzz.sh index 7993dc9c64..973fc45641 100644 --- a/oss-fuzz.sh +++ b/oss-fuzz.sh @@ -161,7 +161,7 @@ compile_fuzzer github.com/ethereum/go-ethereum/tests/fuzzers/bls12381 \ $repo/tests/fuzzers/bls12381/bls12381_test.go compile_fuzzer github.com/ethereum/go-ethereum/tests/fuzzers/bls12381 \ - FuzzG1Mul fuzz_g1_mul\ + FuzzCrossG1Mul fuzz_cross_g1_mul\ $repo/tests/fuzzers/bls12381/bls12381_test.go compile_fuzzer github.com/ethereum/go-ethereum/tests/fuzzers/bls12381 \ @@ -173,7 +173,7 @@ compile_fuzzer github.com/ethereum/go-ethereum/tests/fuzzers/bls12381 \ $repo/tests/fuzzers/bls12381/bls12381_test.go compile_fuzzer github.com/ethereum/go-ethereum/tests/fuzzers/bls12381 \ - FuzzG2Mul fuzz_g2_mul\ + FuzzCrossG2Mul fuzz_cross_g2_mul\ $repo/tests/fuzzers/bls12381/bls12381_test.go compile_fuzzer github.com/ethereum/go-ethereum/tests/fuzzers/bls12381 \