This repository was archived by the owner on Feb 17, 2025. It is now read-only.
3 files changed
+3
-3
lines changed- .github/workflows/pull-request-action.yml+12-11
- include/nil/crypto3/marshalling/zk/types/placeholder/common_data.hpp+4-2
- include/nil/crypto3/marshalling/zk/types/plonk/assignment_table.hpp+157-77
- test/detail/circuits.hpp+66-90
- test/merkle_proof.cpp+2-2
- test/placeholder_common_data.cpp+49-41
- test/placeholder_proof.cpp+57-46
- test/plonk_assignment_table.cpp+55-63
- test/plonk_constraint_system.cpp+49-41
- include/nil/crypto3/zk/snark/arithmetization/plonk/assignment.hpp+98-55
- include/nil/crypto3/zk/snark/arithmetization/plonk/constraint.hpp+3-6
- include/nil/crypto3/zk/snark/arithmetization/plonk/constraint_system.hpp+2-15
- include/nil/crypto3/zk/snark/arithmetization/plonk/lookup_table_definition.hpp+6-16
- include/nil/crypto3/zk/snark/arithmetization/plonk/padding.hpp+5-5
- include/nil/crypto3/zk/snark/arithmetization/plonk/params.hpp+7-9
- include/nil/crypto3/zk/snark/arithmetization/plonk/table_description.hpp+20-33
- include/nil/crypto3/zk/snark/arithmetization/plonk/variable.hpp+1
- include/nil/crypto3/zk/snark/systems/plonk/placeholder/detail/placeholder_policy.hpp+2-11
- include/nil/crypto3/zk/snark/systems/plonk/placeholder/detail/transcript_initialization_context.hpp+17-9
- include/nil/crypto3/zk/snark/systems/plonk/placeholder/gates_argument.hpp+2-2
- include/nil/crypto3/zk/snark/systems/plonk/placeholder/lookup_argument.hpp+4-4
- include/nil/crypto3/zk/snark/systems/plonk/placeholder/params.hpp+6-21
- include/nil/crypto3/zk/snark/systems/plonk/placeholder/permutation_argument.hpp+3-3
- include/nil/crypto3/zk/snark/systems/plonk/placeholder/preprocessor.hpp+22-22
- include/nil/crypto3/zk/snark/systems/plonk/placeholder/profiling.hpp+7-6
- include/nil/crypto3/zk/snark/systems/plonk/placeholder/prover.hpp+24-17
- include/nil/crypto3/zk/snark/systems/plonk/placeholder/verifier.hpp+24-16
- include/nil/crypto3/zk/snark/systems/ppzksnark/bacs_ppzksnark/prover.hpp+1-1
- test/commitment/r1cs_gg_ppzksnark_mpc.cpp-2
- test/systems/plonk/placeholder/circuits.hpp+75-101
- test/systems/plonk/placeholder/performance.cpp+25-28
- test/systems/plonk/placeholder/placeholder.cpp+61-44
- test/systems/plonk/plonk_constraint.cpp+3-5
0 commit comments