This repository was archived by the owner on Feb 17, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Proofs generation and verification updated #222 First working test #222 Add test with component-specific table#222 Update github actions #222 Lookup table definition changed not to generate lookup table if it's not necessary#222 Register table function changed #222 Changed lookup_table_definition * to shared_ptr #222 Add blueprint_algebra_fields_plonk_non_native_lookup_logic_ops_test to CI #222 Reserved table indices counting algorithm changed #222 Minor changes from ZK#222 CI crypto3 ref changed #222 Test plonk component proof generation switched off #222 Uncomment lookup constraints in sha-256 component #237 Change table packer in test_plonk_component.hpp Change table packer call in test_plonk_component.hpp #237 Update suite ref in CI #237 Two more lookup gates uncommented #237 Error in lookup table generation corrected #237 Some parameters changed to increase efficiency #237 Added weak connectedness check variant. (#235) 222 blueprint lookup tables (#231) * Proofs generation and verification updated #222 * First working test #222 * Add test with component-specific table#222 * Update github actions #222 * Lookup table definition changed not to generate lookup table if it's not necessary#222 * Register table function changed #222 * Changed lookup_table_definition * to shared_ptr #222 * Add blueprint_algebra_fields_plonk_non_native_lookup_logic_ops_test to CI #222 * Reserved table indices counting algorithm changed #222 * Minor changes from ZK#222 * CI crypto3 ref changed #222 * Test plonk component proof generation switched off #222 * Added lookup satisfiability check. * Print full log for unsatisfied lookup constraints #237 Fixed subtables processing in satisfiability_check #237 * add range checks * Sha table generators and constraint refactor. * Sha256 naming/constraint fixes. --------- Co-authored-by: e.tatuzova <[email protected]> Co-authored-by: shatooon <[email protected]>
- Loading branch information
1 parent
0cbb80d
commit 1e40ce2
Showing
19 changed files
with
111,145 additions
and
472 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
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.