-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reorder R1CS constraints + CompactPolynomial refactor (#561)
* Add feature flag to reorder R1CS constraints in Az, Bz, Cz * Format * temp * temp * temp * temp2 * temp3 * Update instruction lookups primary sumcheck * Update opening proof sumcheck * Fix Quarks errors * Fix hyperkzg/zeromorph errors * temp * fix subtable tests * temp * Use precomputed lookup tables for small scalar -> Fr conversion * debugging * Optimize MSMs * More debugging * tests passing * Interpolate eval at 1 for primary and arbitrary sumcheck * Optimize openings * MultilinearPolynomial::batch_evaluate * optimize Spartan Az Bz Cz computation * temp * temp2 * debug * clippy * Fix test build * more CI fixes * forge fmt * Use new ordering for Spartan matrices by default * Remove boolean_polynomial (it'll be back) * Comments and cleanup * Uncomment Surge * Fix icicle MSM stuff * Add comments * Optimize for 1s and 0s in CompactPolynomial::bind * Fix MSM logic for CompactPolynomial<i64> * delete special_polys.rs --------- Co-authored-by: James Parker <[email protected]>
- Loading branch information
1 parent
1145ec4
commit b8d6f0a
Showing
83 changed files
with
3,738 additions
and
5,495 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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
pub mod attributes; | ||
pub mod constants; | ||
pub mod rv_trace; | ||
pub mod serializable; |
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 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
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.