go-ethereum/tests/fuzzers/bls12381
kazak e26dd774a9
tests/fuzzers/bls12381: fix error message in fuzzCrossG2Add (#31113)
Fixes a typo in the error message within the `fuzzCrossG2Add`
function. The panic message incorrectly references "G1 point addition
mismatch" when it should be "G2 point addition mismatch," as the
function deals with G2 points.

This doesn't affect functionality but could cause confusion during
debugging. I've updated the message to reflect the correct curve.
2025-02-04 07:09:06 +01:00
..
testdata core/vm: implement EIP-2537 spec updates (#30978) 2025-01-24 15:38:17 +01:00
bls12381_fuzz.go tests/fuzzers/bls12381: fix error message in fuzzCrossG2Add (#31113) 2025-02-04 07:09:06 +01:00
bls12381_test.go core/vm: implement EIP-2537 spec updates (#30978) 2025-01-24 15:38:17 +01:00
precompile_fuzzer.go core/vm: implement EIP-2537 spec updates (#30978) 2025-01-24 15:38:17 +01:00