-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a7f17bc
commit 1019baa
Showing
3 changed files
with
46 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,38 @@ | ||
module gnark-symmetric-crypto | ||
|
||
go 1.22 | ||
go 1.22.0 | ||
|
||
toolchain go1.23.0 | ||
toolchain go1.23.2 | ||
|
||
require ( | ||
github.com/consensys/gnark v0.11.0 | ||
github.com/consensys/gnark-crypto v0.14.0 | ||
github.com/rs/zerolog v1.33.0 | ||
golang.org/x/crypto v0.27.0 | ||
github.com/consensys/gnark v0.12.0 | ||
github.com/consensys/gnark-crypto v0.15.0 | ||
golang.org/x/crypto v0.32.0 | ||
) | ||
|
||
require ( | ||
github.com/PolyhedraZK/ExpanderCompilerCollection v0.0.4 | ||
github.com/bits-and-blooms/bitset v1.14.2 // indirect | ||
github.com/ingonyama-zk/icicle/v3 v3.4.0 // indirect | ||
github.com/rs/zerolog v1.33.0 // indirect | ||
) | ||
|
||
require ( | ||
github.com/PolyhedraZK/ExpanderCompilerCollection v1.0.0 | ||
github.com/bits-and-blooms/bitset v1.20.0 // indirect | ||
github.com/blang/semver/v4 v4.0.0 // indirect | ||
github.com/consensys/bavard v0.1.13 // indirect | ||
github.com/consensys/bavard v0.1.27 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/fxamacker/cbor/v2 v2.7.0 // indirect | ||
github.com/google/pprof v0.0.0-20240903155634-a8630aee4ab9 // indirect | ||
github.com/ingonyama-zk/icicle v1.1.0 // indirect | ||
github.com/ingonyama-zk/iciclegnark v0.1.1 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/google/pprof v0.0.0-20250121033306-997b0b79cac0 // indirect | ||
github.com/mattn/go-colorable v0.1.14 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/mmcloughlin/addchain v0.4.0 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/ronanh/intcomp v1.1.0 // indirect | ||
github.com/stretchr/testify v1.9.0 // indirect | ||
github.com/stretchr/testify v1.10.0 | ||
github.com/x448/float16 v0.8.4 // indirect | ||
golang.org/x/exp v0.0.0-20240823005443-9b4947da3948 // indirect | ||
golang.org/x/sync v0.8.0 // indirect | ||
golang.org/x/sys v0.25.0 // indirect | ||
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 // indirect | ||
golang.org/x/sync v0.10.0 // indirect | ||
golang.org/x/sys v0.29.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
rsc.io/tmplfunc v0.0.3 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters