Skip to content

Commit 97c2f27

Browse files
committed
tests/fuzzers: crypto/bn256 tests against gnark-crypto (ethereum#22755)
1 parent 82a481e commit 97c2f27

File tree

3 files changed

+44
-366
lines changed

3 files changed

+44
-366
lines changed

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ require (
4444
)
4545

4646
require (
47-
github.com/consensys/gurvy v0.3.8
47+
github.com/consensys/gnark-crypto v0.4.1-0.20210426202927-39ac3d4b3f1f
4848
github.com/deckarep/golang-set v1.8.0
4949
github.com/dop251/goja v0.0.0-20200721192441-a695b0cdd498
5050
github.com/kylelemons/godebug v1.1.0
@@ -77,4 +77,5 @@ require (
7777
golang.org/x/text v0.20.0 // indirect
7878
google.golang.org/protobuf v1.31.0 // indirect
7979
gopkg.in/yaml.v3 v3.0.1 // indirect
80+
gotest.tools v2.2.0+incompatible // indirect
8081
)

0 commit comments

Comments
 (0)