go-ethereum/crypto/bn256/google
Daniel Liu 0fd51f13a1
tests/fuzzers: added bn marshaling fuzzers #32053 (#1228)
Adds marshaling fuzzing for G1 and G2 to oss-fuzz.

Also aligns the behavior of the google library to that of gnark and
cloudflare, which only ever read the first 64 / 128 bytes of the input,
regardless of how long the input is

Co-authored-by: Marius van der Wijden <m.vanderwijden@live.de>
2025-07-26 17:36:58 +08:00
..
bn256.go tests/fuzzers: added bn marshaling fuzzers #32053 (#1228) 2025-07-26 17:36:58 +08:00
bn256_test.go core/vm, crypto/bn256: switch over to cloudflare library (#16203) 2018-03-05 14:33:45 +02:00
constants.go crypto/bn256: refine comments according to #19577, #21595, and #21836 (#21847) 2024-12-09 17:49:00 +08:00
curve.go Added latest crypto_google 2019-01-19 04:41:18 +05:30
example_test.go core/vm, crypto/bn256: switch over to cloudflare library (#16203) 2018-03-05 14:33:45 +02:00
gfp2.go core/vm, crypto/bn256: switch over to cloudflare library (#16203) 2018-03-05 14:33:45 +02:00
gfp6.go core/vm, crypto/bn256: switch over to cloudflare library (#16203) 2018-03-05 14:33:45 +02:00
gfp12.go crypto/bn256: fix MulScalar (#30974) 2025-01-04 11:00:57 +08:00
main_test.go new EVM Upgrade 2021-09-21 16:53:46 +05:30
optate.go core/vm, crypto/bn256: switch over to cloudflare library (#16203) 2018-03-05 14:33:45 +02:00
twist.go Added latest crypto_google 2019-01-19 04:41:18 +05:30