go-ethereum/crypto
Marius van der Wijden 6bba9d42a5
tests/fuzzers: added bn marshaling fuzzers (#32053)
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
2025-06-17 23:02:36 +02:00
..
blake2b all: fix some typos in comments and names (#31023) 2025-01-14 14:16:15 +01:00
bn256 tests/fuzzers: added bn marshaling fuzzers (#32053) 2025-06-17 23:02:36 +02:00
ecies all: fix some typos in comments and names (#31023) 2025-01-14 14:16:15 +01:00
kzg4844 crypto/kzg4844: remove kzg initialization (#32017) 2025-06-12 17:53:16 +08:00
secp256k1 crypto/secp256k1: update libsecp256k1 (#31242) 2025-03-12 12:21:50 +01:00
signify build: replace tenv linter with usetesting (#31172) 2025-02-21 13:36:18 +01:00
crypto.go all: create global hasher pool (#31769) 2025-05-09 13:52:40 +08:00
crypto_test.go build: replace tenv linter with usetesting (#31172) 2025-02-21 13:36:18 +01:00
signature_cgo.go crypto: use pure Go signature implementation in tinygo (#31878) 2025-05-23 11:14:40 +02:00
signature_nocgo.go crypto: use pure Go signature implementation in tinygo (#31878) 2025-05-23 11:14:40 +02:00
signature_test.go all: remove duplicate word in comments (#29531) 2024-04-15 08:34:31 +02:00