Guillaume Ballet
|
a113497dd7
|
tests/fuzzers/bls12381: deactivate BLS fuzzer when CGO_ENABLED=0 (#28653)
tests/fuzzers/bls12381: deactivate fuzzer when CGO_ENABLED=0
|
2023-12-07 10:07:20 +01:00 |
|
Marius van der Wijden
|
d10a2f6ab7
|
tests/fuzzers: update fuzzers to be based on go-native fuzzing (#28352)
This change modifies the fuzzers to use the native golang fuzzing framework instead of go-fuzz
|
2023-10-18 15:01:16 +02:00 |
|
Martin Holst Swende
|
03585ed7a9
|
tests/fuzzers: supply gnark multiexp config, fixes #26669 (#26670)
This change fixes a fuzzer which broke when we updated the gnark dependency earlier.
|
2023-02-13 08:14:34 -05:00 |
|
Marius van der Wijden
|
5e8fa1da70
|
tests/fuzzers/bls12381: fix blst pairing (#25037)
* tests/fuzzers/bls12381: fix blst pairing
* tests/fuzzers/bls12381: only build on gofuzz
* tests/fuzzers/bls12381: remove unused code
* tests/fuzzers/bls12381: remove unused code
|
2022-06-07 09:06:34 +02:00 |
|
Marius van der Wijden
|
d6b55749e6
|
tests/fuzzers/bls12381: fix blst deserializing (#25036)
* tests/fuzzers/bls12381: fix blst deserializing
* tests/fuzzers/bls12381: fix blst deserializing
|
2022-06-06 17:01:59 +02:00 |
|
Marius van der Wijden
|
3c6d6f7ee8
|
tests/fuzzers/bls12381: Add BLST to fuzzing support (#24249)
* tests/fuzzers/bls12381: added blst library
* go.mod: added blst dependency
* tests/fuzzers/bls12381: stuff
* tests/fuzzers/bls12381: added blst to pairing fuzzer
|
2022-06-02 13:13:28 +02:00 |
|
Felix Lange
|
8a134014b4
|
all: add go:build lines (#23468)
Generated by go1.17 fmt ./...
|
2021-08-25 18:46:29 +02:00 |
|
ucwong
|
017cf71fbd
|
rlp, tests/fuzzers/bls12381: gofmt (#22937)
|
2021-05-25 10:14:39 +02:00 |
|
Gautam Botrel
|
9e5bb84c0e
|
tests/fuzzers: crypto/bn256 and crypto/bls12381 tests against gnark-crypto (#22755)
Add more cross-fuzzers to fuzz bls with gnark versus geth's own bls12-381 library
|
2021-04-28 12:04:25 +02:00 |
|