Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uplift snarky_bn382 from the zexe repo #6464

Closed
wants to merge 103 commits into from

Conversation

mrmr1993
Copy link
Member

This PR moves the snarky_bn382 library from the zexe repo into src/lib/snarky-bn382. This breaks the dependency of the marlin and zexe repos on eachother.

This uses the git subtree commands, so commits describing the history of the library from the zexe repo are conserved.

Checklist:

  • Document code purpose, how to use it
    • Mention expected invariants, implicit constraints
  • Tests were added for the new behavior
    • Document test purpose, significance of failures
    • Test names should reflect their purpose
  • All tests pass (CI will check this if you didn't)
  • Serialized types are in stable-versioned modules
  • Does this close issues? List them:

mrmr1993 and others added 22 commits September 17, 2020 16:51
* change cargo paths

* some updates

* add groupmap to dune

* various additional bindings for verifier

* final modifications for split polycommitment support in Snarky backend

* changes required for the endomorphism trick

* fix verifier

* fix verifier

* local cargo

* fix compilation

* working code

* fix to work with the new zexe

* move things around

* cargo fix

* cleanup

* rename, add tweedle bindings

Co-authored-by: Izaak Meckler <[email protected]>
Co-authored-by: Ltvvlz <[email protected]>
…92ed160ca653'

git-subtree-dir: src/lib/snarky-bn382
git-subtree-mainline: 8ea525c
git-subtree-split: d9194f1
@mrmr1993 mrmr1993 added the ci-build-me Add this label to trigger a circle+buildkite build for this branch label Oct 21, 2020
@mrmr1993
Copy link
Member Author

Superseded by the new bindings in #6545, #6579.

@mrmr1993 mrmr1993 closed this Nov 10, 2020
@mrmr1993 mrmr1993 deleted the feature/uplift-snarky-bn382 branch November 10, 2020 18:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci-build-me Add this label to trigger a circle+buildkite build for this branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants