-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update honk recursion constraint (#6545)
Closes #933. Updates recursion constraint for honk so that it calls the ultra honk recursive verifier. Removes key hash from the constraint. Also recursively aggregates the aggregation objects. Ignores the case where we don't have the witness values and want to use dummy witnesses.
- Loading branch information
1 parent
339b703
commit 72efb12
Showing
9 changed files
with
218 additions
and
414 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,6 @@ barretenberg_module( | |
stdlib_poseidon2 | ||
crypto_merkle_tree | ||
stdlib_schnorr | ||
ultra_honk | ||
stdlib_honk_recursion | ||
) |
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.