Skip to content

Commit

Permalink
fuzzers: added consensys/gurvy library to bn256 differential fuzzer (#…
Browse files Browse the repository at this point in the history
…21812)

This pr adds consensys' gurvy bn256 variant into the code for differential fuzzing.
  • Loading branch information
MariusVanDerWijden authored Feb 3, 2021
1 parent 3512b41 commit 54735a6
Show file tree
Hide file tree
Showing 3 changed files with 180 additions and 18 deletions.
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit 54735a6

Please sign in to comment.