forked from risc0/risc0
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR: - updates the calculator to report conjectured security based on the ethSTARK toy problem analysis, rather than the conjectured soundness analysis based on the conjectures from ProxGaps/DEEP-FRI. - updates the arithmetic for computing the plonk_plookup_error - adds plonk_plookup_error to the `toy_model_security()` function - clarifies the definition of the parameter which was previously called `d` - [x] Note how this test uses DEFAULT_SEGMENT_LIMIT_PO2 where the tests next to it in the same file use 1 << 20; I [Tim] kinda like the version in this test, so I left it, but I think we should make all 3 consistent. --------- Co-authored-by: Tim Zerrell <[email protected]>
- Loading branch information
Showing
3 changed files
with
59 additions
and
42 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