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

Verify subproof part in aggregate proof #119

Merged
merged 2 commits into from
Oct 21, 2021
Merged

Conversation

noel2004
Copy link
Member

We should also verify the subproof part (aggre_limbs field in the AggregatedProof struct) when making recursive verify because the recursive circuit do not verify them.

In this PR we re combine the limbs vector into two G1 points and check the last equation in the Plonk protocols.

This PR also replace the usage of bellan_ce to the re-export entry inside frankin_crypto so we may have also resolved #78

@0xmountaintop 0xmountaintop merged commit 84da93c into master Oct 21, 2021
@0xmountaintop 0xmountaintop deleted the verify_subproof branch October 21, 2021 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

combine bellman_ce and franklin_crypto::bellman
2 participants