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

Recursive folding and decider verifier #834

Closed
maramihali opened this issue Jan 19, 2024 · 0 comments · Fixed by AztecProtocol/aztec-packages#4156
Closed

Recursive folding and decider verifier #834

maramihali opened this issue Jan 19, 2024 · 0 comments · Fixed by AztecProtocol/aztec-packages#4156
Assignees

Comments

@maramihali
Copy link
Contributor

No description provided.

@maramihali maramihali self-assigned this Jan 19, 2024
@maramihali maramihali changed the title Recursive folding verifier Recursive folding and decider verifier Jan 19, 2024
AztecBot pushed a commit that referenced this issue Jan 25, 2024
Implements the recursive folding verifier and recursive decider verifier
resembling the native ones as closely as possible. Tests follow the
example of the other recursive honk verifiers and native protogalaxy
tests.

Additionally, I introduced a function that sequentially computes
polynomials in coefficient form in the `ProtoGalaxyRecursiveVerifier` to
avoid having to instantiate the entire `Polynomial` class on
`stdlib::bn254`.

Closes #789.
Closes #834.
michaelelliot pushed a commit to Swoir/noir_rs that referenced this issue Feb 28, 2024
…otocol#4156)

Implements the recursive folding verifier and recursive decider verifier
resembling the native ones as closely as possible. Tests follow the
example of the other recursive honk verifiers and native protogalaxy
tests.

Additionally, I introduced a function that sequentially computes
polynomials in coefficient form in the `ProtoGalaxyRecursiveVerifier` to
avoid having to instantiate the entire `Polynomial` class on
`stdlib::bn254`.

Closes AztecProtocol/barretenberg#789.
Closes AztecProtocol/barretenberg#834.
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 a pull request may close this issue.

1 participant