This repository was archived by the owner on Feb 17, 2025. It is now read-only.
6 files changed
+6
-6
lines changedSubmodule containers updated 1 file
- include/nil/crypto3/marshalling/math/types/expression.hpp+264
- include/nil/crypto3/marshalling/math/types/flat_expression.hpp+171
- include/nil/crypto3/marshalling/math/types/non_linear_combination.hpp-101
- include/nil/crypto3/marshalling/math/types/term.hpp+25-21
- include/nil/crypto3/marshalling/zk/types/placeholder/common_data.hpp+24-38
- include/nil/crypto3/marshalling/zk/types/plonk/constraint.hpp+11-10
- include/nil/crypto3/marshalling/zk/types/plonk/copy_constraint.hpp+1-1
- test/detail/circuits.hpp+15-14
- test/placeholder_common_data.cpp+55-71
- test/placeholder_proof.cpp+46-98
- test/plonk_constraint_system.cpp+11-11
- test/plonk_gates.cpp+47-92
- include/nil/crypto3/zk/math/expression.hpp+148-5
- include/nil/crypto3/zk/math/expression_visitors.hpp+59-5
- include/nil/crypto3/zk/math/non_linear_combination.hpp+242
- include/nil/crypto3/zk/snark/arithmetization/plonk/lookup_constraint.hpp+1-1
- include/nil/crypto3/zk/snark/arithmetization/plonk/variable.hpp+22-1
- include/nil/crypto3/zk/snark/systems/plonk/placeholder/preprocessor.hpp+3-3
- test/CMakeLists.txt+1
- test/math/expression.cpp+155
0 commit comments