-
Notifications
You must be signed in to change notification settings - Fork 284
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Several Updates in SMT verification module (part 1) (#10437)
This pr enhances symbolic circuit to produce valid witnesses. # Utils Added post processing functionality. So now, while optimizing something inside the circuit, you can postpone some witness calculations until here, in case the variable has been optimized and does not fit as an STerm. # Builders + Schema Added `circuit_finalized` flag to the export. Should be used in the future, during RAM/ROM processing. # StandardCircuit Pushed the post processing for standard logic operations. They were used to test the sha256 witness, which is coming in part 3, I guess.
- Loading branch information
Showing
11 changed files
with
414 additions
and
77 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
211 changes: 182 additions & 29 deletions
211
barretenberg/cpp/src/barretenberg/smt_verification/circuit/standard_circuit.cpp
Large diffs are not rendered by default.
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
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.