-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Recursive verifier updates (#3452)
This work contains the following updates: 1. Previously we used only `check_circuit()` to ensure correctness of the Honk recursive verifier circuits. This is somewhat incomplete if the arithmetization of the circuit is Goblin Ultra Honk since `check_circuit()` is only complete for the conventional Ultra arithmetization and does not cover Goblin style ecc op gates or the DataBus functionality. This PR swaps out `check_circuit` for genuine proof construction/verification which is more time consuming but also more robust. 2. Updates constructor of recursive verifier to take a native verification key directly rather than requiring prior external construction of the stdlib verification key. 3. Adds a debug only method for ensuring all selectors have the same length. Note: Currently the two recursive verifier test suites share a lot of code. A follow on should potentially combine the two suites.
- Loading branch information
1 parent
ead0570
commit 7afca0e
Showing
12 changed files
with
167 additions
and
66 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.