-
Notifications
You must be signed in to change notification settings - Fork 292
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Constant Honk proof sizes (#6954)
Introduces logic in the Honk provers/verifiers to 1) produce a proof of fixed size regardless of the size of the circuit, and 2) produce a recursive verifier circuit that is independent of the size of the circuit whose proof it is verifying. This was done largely for convenience so that no additional logic is needed downstream of bberg to handle the fact that Honk proofs and recursive verifier circuits are in general dependent on the size of the inner circuit (unlike for Plonk). --------- Co-authored-by: lucasxia01 <[email protected]> Co-authored-by: ledwards2225 <[email protected]>
- Loading branch information
1 parent
77c304e
commit 17c8d3a
Showing
55 changed files
with
738 additions
and
503 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/bin/sh | ||
set -eu | ||
set -eux | ||
|
||
VFLAG=${VERBOSE:+-v} | ||
BFLAG="-b ./target/program.json" | ||
|
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
144 changes: 0 additions & 144 deletions
144
barretenberg/cpp/src/barretenberg/benchmark/goblin_bench/goblin.bench.cpp
This file was deleted.
Oops, something went wrong.
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.