forked from starkware-libs/stwo
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change mix_nonce to be consistent update sha256 channel impl: Modify lookup poly evaluator for the convenience of verification in plonk example (#15) * Cumulative changes to stwo Co-authored-by: PayneJoe <[email protected]> * temp change: flip the sign on mul in plonk; this temp change may be discarded * allow small blowup * add tiny blowup * parallel sha256 * change publicity of sampled_values_to_mask * add evaluation hint on PointEvaluator * three constraints (batched) * fix publicity of alpha_powers in lookup elements * remove bws sha256 files * Update sha256.rs * Update sha256.rs * Update mod.rs * Update mod.rs * Update mod.rs * Update crates/prover/src/constraint_framework/point.rs * Apply suggestions from code review --------- Co-authored-by: Weikeng Chen <[email protected]>
- Loading branch information
1 parent
e86b7c1
commit bf8ed0c
Showing
76 changed files
with
1,784 additions
and
6,752 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,4 @@ target* | |
flamegraph.svg | ||
perf.data | ||
perf.data.old | ||
Cargo.lock |
Oops, something went wrong.