Skip to content

Commit

Permalink
Merge commit from fork
Browse files Browse the repository at this point in the history
* chore: go.mod update

* feat: multi-POK verification

* chore: go generate

* feat: use new Pedersen verification

* feat: upgrade Solidity verifier

* feat: warn if skipping Solidity checks

* fix: marshaling round-trip

* chore: go generate

* feat: init commitmentkeys structs

* chore: go generate

* chore: go.mod update

* feat: use native folding

* chore: go generate

* test: avoid setup for vk generation

* chore: go generate

* test: Bellman test vector padding to ensure no big makes

* chore: use master gnark-crypto

* chore: go.mod update
  • Loading branch information
ivokub authored Sep 6, 2024
1 parent d651b89 commit b2e6197
Show file tree
Hide file tree
Showing 56 changed files with 1,309 additions and 886 deletions.
24 changes: 12 additions & 12 deletions backend/groth16/bellman_test.go

Large diffs are not rendered by default.

31 changes: 31 additions & 0 deletions backend/groth16/bls12-377/commitment_test.go

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

172 changes: 86 additions & 86 deletions backend/groth16/bls12-377/marshal.go

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

3 changes: 2 additions & 1 deletion backend/groth16/bls12-377/marshal_test.go

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

11 changes: 9 additions & 2 deletions backend/groth16/bls12-377/prove.go

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

14 changes: 12 additions & 2 deletions backend/groth16/bls12-377/setup.go

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

14 changes: 6 additions & 8 deletions backend/groth16/bls12-377/verify.go

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

Loading

0 comments on commit b2e6197

Please sign in to comment.