From d28ee8f6192111f3680b9d9c216ecb2acc68fc33 Mon Sep 17 00:00:00 2001 From: Jared Wasinger Date: Mon, 16 Sep 2024 17:44:17 +0700 Subject: [PATCH] update oss-fuzz.sh --- oss-fuzz.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 \