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

Refactor: fix asymmetries between Nova and SuperNova APIs #993

Merged
merged 1 commit into from
Dec 21, 2023

Conversation

arthurpaulino
Copy link
Member

  • Include the number of steps in the Nova proof type so it can be used for verification
  • Remove the need to pass an extra input for RecursiveSNARKTrait::verify
  • RecursiveSNARKTrait no longer needs an arbitrary ProofOutput since the index of the last circuit is no longer needed for SuperNova proof verification

Closes #954

* Include the number of steps in the Nova proof type so it can be used for verification

* Remove the need to pass an extra input for `RecursiveSNARKTrait::verify`

* `RecursiveSNARKTrait` no longer needs an arbitrary `ProofOutput` since the index of the last circuit
  is no longer needed for SuperNova proof verification
@arthurpaulino arthurpaulino requested review from a team as code owners December 21, 2023 09:59
Copy link
Member

@huitseeker huitseeker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great simplification, no notes!

@arthurpaulino arthurpaulino added this pull request to the merge queue Dec 21, 2023
Merged via the queue into main with commit 5e3ed46 Dec 21, 2023
12 checks passed
@arthurpaulino arthurpaulino deleted the fix-nova-supernova-asymmetries branch December 21, 2023 17:02
github-actions bot pushed a commit that referenced this pull request Dec 21, 2023
@arthurpaulino arthurpaulino mentioned this pull request Jan 3, 2024
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.

Mitigate unused argument in SuperNova Proof
2 participants