fuzzers: added consensys/gurvy library to bn256 differential fuzzer (#21812)
This pr adds consensys' gurvy bn256 variant into the code for differential fuzzing.
... | ... | @@ -12,6 +12,7 @@ require ( |
github.com/btcsuite/btcd v0.20.1-beta | ||
github.com/cespare/cp v0.1.0 | ||
github.com/cloudflare/cloudflare-go v0.10.2-0.20190916151808-a80f83b9add9 | ||
github.com/consensys/gurvy v0.3.8 | ||
github.com/davecgh/go-spew v1.1.1 | ||
github.com/deckarep/golang-set v0.0.0-20180603214616-504e848d77ea | ||
github.com/dlclark/regexp2 v1.2.0 // indirect | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment