Skip to content

Commit

Permalink
Update all to latest master.
Browse files Browse the repository at this point in the history
  • Loading branch information
x-mass committed Dec 24, 2023
1 parent 62d8630 commit e00dc92
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion libs/actor/container
2 changes: 1 addition & 1 deletion libs/actor/core
2 changes: 1 addition & 1 deletion libs/actor/zk
Submodule zk updated 28 files
+0 −125 .github/workflows/run_tests.yml
+0 −30 .github/workflows/set_version.yml
+10 −8 include/nil/actor/zk/commitments/batched_commitment.hpp
+32 −17 include/nil/actor/zk/commitments/detail/polynomial/basic_fri.hpp
+11 −7 include/nil/actor/zk/commitments/detail/polynomial/proof_of_work.hpp
+21 −28 include/nil/actor/zk/commitments/polynomial/kzg.hpp
+7 −7 include/nil/actor/zk/commitments/polynomial/lpc.hpp
+2 −2 include/nil/actor/zk/snark/arithmetization/plonk/assignment.hpp
+77 −3 include/nil/actor/zk/snark/arithmetization/plonk/constraint_system.hpp
+0 −174 include/nil/actor/zk/snark/arithmetization/plonk/detail/lookup_table_definition.hpp
+2 −1 include/nil/actor/zk/snark/arithmetization/plonk/lookup_table.hpp
+362 −0 include/nil/actor/zk/snark/arithmetization/plonk/lookup_table_definition.hpp
+123 −0 include/nil/actor/zk/snark/systems/plonk/placeholder/detail/transcript_initialization_context.hpp
+1 −1 include/nil/actor/zk/snark/systems/plonk/placeholder/lookup_argument.hpp
+3 −2 include/nil/actor/zk/snark/systems/plonk/placeholder/params.hpp
+20 −21 include/nil/actor/zk/snark/systems/plonk/placeholder/preprocessor.hpp
+35 −3 include/nil/actor/zk/snark/systems/plonk/placeholder/prover.hpp
+18 −6 include/nil/actor/zk/snark/systems/plonk/placeholder/verifier.hpp
+92 −2 include/nil/actor/zk/transcript/fiat_shamir.hpp
+59 −49 test/CMakeLists.txt
+6 −6 test/commitment/fri.cpp
+35 −38 test/commitment/kzg.cpp
+32 −30 test/commitment/lpc.cpp
+4 −7 test/commitment/proof_of_knowledge.cpp
+7 −14 test/systems/plonk/placeholder/circuits.hpp
+28 −34 test/systems/plonk/placeholder/performance.cpp
+315 −304 test/systems/plonk/placeholder/placeholder.cpp
+43 −16 test/transcript/transcript.cpp

0 comments on commit e00dc92

Please sign in to comment.