Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Removing ArithmetizationParams from template arguments #149

Merged
merged 1 commit into from
Feb 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion libs/containers
2 changes: 1 addition & 1 deletion libs/zk
Submodule zk updated 24 files
+98 −55 include/nil/crypto3/zk/snark/arithmetization/plonk/assignment.hpp
+3 −6 include/nil/crypto3/zk/snark/arithmetization/plonk/constraint.hpp
+2 −15 include/nil/crypto3/zk/snark/arithmetization/plonk/constraint_system.hpp
+6 −16 include/nil/crypto3/zk/snark/arithmetization/plonk/lookup_table_definition.hpp
+5 −5 include/nil/crypto3/zk/snark/arithmetization/plonk/padding.hpp
+7 −9 include/nil/crypto3/zk/snark/arithmetization/plonk/params.hpp
+20 −33 include/nil/crypto3/zk/snark/arithmetization/plonk/table_description.hpp
+1 −0 include/nil/crypto3/zk/snark/arithmetization/plonk/variable.hpp
+2 −11 include/nil/crypto3/zk/snark/systems/plonk/placeholder/detail/placeholder_policy.hpp
+17 −9 include/nil/crypto3/zk/snark/systems/plonk/placeholder/detail/transcript_initialization_context.hpp
+2 −2 include/nil/crypto3/zk/snark/systems/plonk/placeholder/gates_argument.hpp
+4 −4 include/nil/crypto3/zk/snark/systems/plonk/placeholder/lookup_argument.hpp
+6 −21 include/nil/crypto3/zk/snark/systems/plonk/placeholder/params.hpp
+3 −3 include/nil/crypto3/zk/snark/systems/plonk/placeholder/permutation_argument.hpp
+22 −22 include/nil/crypto3/zk/snark/systems/plonk/placeholder/preprocessor.hpp
+7 −6 include/nil/crypto3/zk/snark/systems/plonk/placeholder/profiling.hpp
+24 −17 include/nil/crypto3/zk/snark/systems/plonk/placeholder/prover.hpp
+24 −16 include/nil/crypto3/zk/snark/systems/plonk/placeholder/verifier.hpp
+1 −1 include/nil/crypto3/zk/snark/systems/ppzksnark/bacs_ppzksnark/prover.hpp
+0 −2 test/commitment/r1cs_gg_ppzksnark_mpc.cpp
+75 −101 test/systems/plonk/placeholder/circuits.hpp
+25 −28 test/systems/plonk/placeholder/performance.cpp
+61 −44 test/systems/plonk/placeholder/placeholder.cpp
+3 −5 test/systems/plonk/plonk_constraint.cpp
Loading