This repository was archived by the owner on Feb 17, 2025. It is now read-only.
2 files changed
+2
-2
lines changed- include/nil/crypto3/math/algorithms/make_evaluation_domain.hpp+1
- include/nil/crypto3/math/domains/arithmetic_sequence_domain.hpp+4-4
- include/nil/crypto3/math/domains/basic_radix2_domain.hpp+19-6
- include/nil/crypto3/math/domains/detail/basic_radix2_domain_aux.hpp+46-16
- include/nil/crypto3/math/domains/evaluation_domain.hpp+8-5
- include/nil/crypto3/math/domains/extended_radix2_domain.hpp+31-18
- include/nil/crypto3/math/domains/step_radix2_domain.hpp+41-23
- include/nil/crypto3/math/polynomial/basic_operations.hpp+2-5
- include/nil/crypto3/math/polynomial/basis_change.hpp-1
- include/nil/crypto3/math/polynomial/polynomial_dfs.hpp+118-35
- test/CMakeLists.txt+2-1
- test/basic_radix2_domain.cpp+152
- .github/workflows/pull-request.yml+1
- include/nil/crypto3/zk/commitments/detail/polynomial/basic_fri.hpp+19-11
- include/nil/crypto3/zk/commitments/detail/polynomial/proof_of_work.hpp+52
- include/nil/crypto3/zk/math/expression.hpp+11-4
- include/nil/crypto3/zk/math/expression_evaluator.hpp+70-17
- include/nil/crypto3/zk/snark/arithmetization/plonk/variable.hpp+11-7
- include/nil/crypto3/zk/snark/systems/plonk/placeholder/detail/transcript_initialization_context.hpp+8-4
- include/nil/crypto3/zk/snark/systems/plonk/placeholder/gates_argument.hpp+5-2
- include/nil/crypto3/zk/snark/systems/plonk/placeholder/lookup_argument.hpp+31-46
- include/nil/crypto3/zk/snark/systems/plonk/placeholder/params.hpp-5
- include/nil/crypto3/zk/snark/systems/plonk/placeholder/permutation_argument.hpp+4-15
- include/nil/crypto3/zk/snark/systems/plonk/placeholder/preprocessor.hpp+7-4
- include/nil/crypto3/zk/snark/systems/plonk/placeholder/prover.hpp-1
- include/nil/crypto3/zk/snark/systems/plonk/placeholder/verifier.hpp-1
- test/CMakeLists.txt+2-1
- test/commitment/proof_of_work.cpp+98
- test/systems/plonk/placeholder/performance.cpp+2-2
- test/transcript/transcript.cpp+3-3
0 commit comments