-
Notifications
You must be signed in to change notification settings - Fork 2
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
Test simple Plonk circuit on all curves #107
Conversation
ecac2a5
to
71bfd8a
Compare
…d unit tests for the simple quadratic residue circuit for all curves (addresses issue #103)
71bfd8a
to
be86180
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few tweaks. Otherwise LGTM.
libsnark/zk_proof_systems/plonk/tests/dummy_transcript_hasher.hpp
Outdated
Show resolved
Hide resolved
libsnark/zk_proof_systems/plonk/tests/dummy_transcript_hasher.tcc
Outdated
Show resolved
Hide resolved
libsnark/zk_proof_systems/plonk/tests/dummy_transcript_hasher.hpp
Outdated
Show resolved
Hide resolved
libsnark/zk_proof_systems/plonk/tests/dummy_transcript_hasher.hpp
Outdated
Show resolved
Hide resolved
…thod buffer_clear to reset (#107 (comment)); minor edits in comments (#107 (comment)).
@vesselinux I think this needs rebasing onto the destination branch. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM after rebase.
Hmm, I am running |
Add unit tests for the simple quadratic residue circuit for all curves. Addresses issue #103, except the Edwards and BN128 curves (issue #108).