Noir-friendly UltraPlonk changes#107
Closed
zac-williamson wants to merge 7 commits intozw/stdlib-dynamic-arrayfrom
Closed
Noir-friendly UltraPlonk changes#107zac-williamson wants to merge 7 commits intozw/stdlib-dynamic-arrayfrom
zac-williamson wants to merge 7 commits intozw/stdlib-dynamic-arrayfrom
Conversation
(compiles all of bberg into a single library)
…lgorithms reverted UltraPlonk to use plookup pedersen hash by default removed Q_FIXED_BASE selector from UltraPlonk (we added the TurboPlonk pedersen hash gate to UP for backwards-compatibility support in case we upgraded Aztec Connect to use UltraPlonk. As this is no longer a priority we can remove it and simplify the UP Prover/Verifier algorithms)
…nge was being used
…rary via pedersen_gates.hpp This allows us to use the 'generic' implementation of the TurboPlonk pedersen hash for multiple proof systems, not just StandardPlonk. UltraPlonk now defaults to the fallback constraints in pedersen_gates.hpp when a TurboPlonk-style Pedersen hash is required.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Several changes to UltraPlonk to make proofs more amenable to be verified by a smart contract.
create_fixed_group_add_gate,create_fixed_group_add_gate_init,create_fixed_group_add_gate_final. These methods have been moved out of StandardComposer and into astdlib::pedersen_gatesclass to prevent code duplication.aztec-verifier-contract-tests)Checklist:
/markdown/specshave been updated.@briefdescribing the intended functionality.