Skip to content

Commit

Permalink
bn256 elements construction and mapping with rescue parrameters
Browse files Browse the repository at this point in the history
  • Loading branch information
samuael committed Nov 1, 2024
1 parent b4f0fd1 commit 1d5a4d3
Show file tree
Hide file tree
Showing 25 changed files with 7,998 additions and 59 deletions.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ require (
dario.cat/mergo v1.0.1 // indirect
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver/v3 v3.3.0 // indirect
github.com/bits-and-blooms/bitset v1.14.3 // indirect
github.com/boombuler/barcode v1.0.1 // indirect
github.com/btcsuite/btcd/btcec/v2 v2.2.0 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
Expand All @@ -50,6 +51,7 @@ require (
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/holiman/uint256 v1.2.3 // indirect
github.com/huandu/xstrings v1.5.0 // indirect
github.com/leanovate/gopter v0.2.11 // indirect
github.com/magiconair/properties v1.8.7 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
Expand Down
500 changes: 500 additions & 0 deletions go.sum

Large diffs are not rendered by default.

64 changes: 64 additions & 0 deletions internal/utils/zklink/bn256/fp/arith.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1d5a4d3

Please sign in to comment.