Skip to content

Commit

Permalink
Update all repos to master after changes to multiprecision were merged.
Browse files Browse the repository at this point in the history
  • Loading branch information
martun committed May 16, 2024
1 parent 3de0775 commit f54d95b
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion libs/algebra
Submodule algebra updated 180 files
2 changes: 1 addition & 1 deletion libs/block
Submodule block updated 1 files
+0 −9 CMakeLists.txt
2 changes: 1 addition & 1 deletion libs/containers
2 changes: 1 addition & 1 deletion libs/multiprecision
Submodule multiprecision updated 338 files
2 changes: 1 addition & 1 deletion libs/zk
Submodule zk updated 35 files
+3 −3 .github/workflows/pull-request-action.yml
+0 −1 .github/workflows/pull-request.yml
+0 −104 CMakeLists.txt
+2 −2 include/nil/crypto3/zk/commitments/batched_commitment.hpp
+1 −1 include/nil/crypto3/zk/commitments/detail/polynomial/basic_fri.hpp
+5 −5 include/nil/crypto3/zk/commitments/detail/polynomial/element_knowledge_commitment.hpp
+3 −3 include/nil/crypto3/zk/commitments/detail/polynomial/fold_polynomial.hpp
+4 −3 include/nil/crypto3/zk/commitments/polynomial/fri.hpp
+2 −2 include/nil/crypto3/zk/commitments/polynomial/knowledge_commitment_multiexp.hpp
+20 −14 include/nil/crypto3/zk/commitments/polynomial/kzg.hpp
+3 −2 include/nil/crypto3/zk/commitments/polynomial/kzg_v2.hpp
+7 −7 include/nil/crypto3/zk/commitments/polynomial/lpc.hpp
+1 −1 include/nil/crypto3/zk/snark/systems/plonk/placeholder/gates_argument.hpp
+9 −8 include/nil/crypto3/zk/snark/systems/plonk/placeholder/lookup_argument.hpp
+3 −6 include/nil/crypto3/zk/snark/systems/plonk/placeholder/permutation_argument.hpp
+1 −1 include/nil/crypto3/zk/snark/systems/plonk/placeholder/prover.hpp
+0 −2 include/nil/crypto3/zk/snark/systems/ppzksnark/r1cs_gg_ppzksnark/ipp2/prover.hpp
+32 −14 include/nil/crypto3/zk/transcript/fiat_shamir.hpp
+4 −0 test/CMakeLists.txt
+6 −6 test/commitment/fold_polynomial.cpp
+2 −2 test/commitment/fri.cpp
+203 −201 test/commitment/kzg.cpp
+15 −15 test/commitment/lpc.cpp
+95 −0 test/include/nil/crypto3/zk/test_tools/random_test_initializer.hpp
+5 −5 test/math/expression.cpp
+32 −32 test/systems/plonk/pickles/kimchi.cpp
+353 −353 test/systems/plonk/pickles/pickles.cpp
+4 −4 test/systems/plonk/pickles/to_field.cpp
+3 −3 test/systems/plonk/pickles/to_group.cpp
+47 −45 test/systems/plonk/placeholder/circuits.hpp
+216 −167 test/systems/plonk/placeholder/placeholder.cpp
+11 −11 test/systems/plonk/plonk_constraint.cpp
+3,101 −3,101 test/systems/ppzksnark/r1cs_gg_ppzksnark/r1cs_gg_ppzksnark_aggregation_conformity.cpp
+227 −227 test/transcript/kimchi_transcript.cpp
+11 −11 test/transcript/transcript.cpp

0 comments on commit f54d95b

Please sign in to comment.