Skip to content

Commit

Permalink
isolated plonk/placeholder changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMlashkin committed Oct 4, 2024
1 parent b66a8ab commit 03a1de6
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,21 @@
#include <nil/parallel-crypto3/math/polynomial/shift.hpp>
#include <nil/parallel-crypto3/math/domains/evaluation_domain.hpp>
#include <nil/parallel-crypto3/math/algorithms/make_evaluation_domain.hpp>
#include <nil/crypto3/zk/snark/arithmetization/plonk/assignment.hpp>
#include <nil/parallel-crypto3/zk/snark/arithmetization/plonk/assignment.hpp>

#include <nil/crypto3/hash/sha2.hpp>

#include <nil/parallel-crypto3/container/merkle/tree.hpp>

#include <nil/crypto3/zk/transcript/fiat_shamir.hpp>
#include <nil/crypto3/zk/snark/arithmetization/plonk/gate.hpp>
#include <nil/crypto3/zk/snark/arithmetization/plonk/constraint_system.hpp>
#include <nil/crypto3/zk/snark/systems/plonk/placeholder/params.hpp>
#include <nil/crypto3/zk/snark/systems/plonk/placeholder/detail/placeholder_policy.hpp>
#include <nil/crypto3/zk/snark/arithmetization/plonk/constraint.hpp>
#include <nil/crypto3/zk/math/expression.hpp>
#include <nil/crypto3/zk/math/expression_evaluator.hpp>
#include <nil/crypto3/zk/math/expression_visitors.hpp>
#include <nil/parallel-crypto3/zk/transcript/fiat_shamir.hpp>
#include <nil/parallel-crypto3/zk/snark/arithmetization/plonk/gate.hpp>
#include <nil/parallel-crypto3/zk/snark/arithmetization/plonk/constraint_system.hpp>
#include <nil/parallel-crypto3/zk/snark/systems/plonk/placeholder/params.hpp>
#include <nil/parallel-crypto3/zk/snark/systems/plonk/placeholder/detail/placeholder_policy.hpp>
#include <nil/parallel-crypto3/zk/snark/arithmetization/plonk/constraint.hpp>
#include <nil/parallel-crypto3/zk/math/expression.hpp>
#include <nil/parallel-crypto3/zk/math/expression_evaluator.hpp>
#include <nil/parallel-crypto3/zk/math/expression_visitors.hpp>

#include <nil/crypto3/bench/scoped_profiler.hpp>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@

#include <nil/parallel-crypto3/container/merkle/tree.hpp>

#include <nil/crypto3/zk/transcript/fiat_shamir.hpp>
#include <nil/crypto3/zk/snark/arithmetization/plonk/lookup_constraint.hpp>
#include <nil/crypto3/zk/snark/systems/plonk/placeholder/params.hpp>
#include <nil/crypto3/zk/snark/systems/plonk/placeholder/detail/placeholder_policy.hpp>
#include <nil/crypto3/zk/snark/systems/plonk/placeholder/preprocessor.hpp>
#include <nil/parallel-crypto3/zk/transcript/fiat_shamir.hpp>
#include <nil/parallel-crypto3/zk/snark/arithmetization/plonk/lookup_constraint.hpp>
#include <nil/parallel-crypto3/zk/snark/systems/plonk/placeholder/params.hpp>
#include <nil/parallel-crypto3/zk/snark/systems/plonk/placeholder/detail/placeholder_policy.hpp>
#include <nil/parallel-crypto3/zk/snark/systems/plonk/placeholder/preprocessor.hpp>

#include <nil/crypto3/bench/scoped_profiler.hpp>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
#ifndef CRYPTO3_ZK_PLONK_PLACEHOLDER_PARAMS_HPP
#define CRYPTO3_ZK_PLONK_PLACEHOLDER_PARAMS_HPP

#include <nil/crypto3/zk/commitments/detail/polynomial/basic_fri.hpp>
#include <nil/crypto3/zk/commitments/polynomial/lpc.hpp>
#include <nil/crypto3/zk/commitments/polynomial/fri.hpp>
#include <nil/crypto3/zk/snark/arithmetization/plonk/constraint_system.hpp>
#include <nil/crypto3/zk/snark/arithmetization/plonk/assignment.hpp>
#include <nil/parallel-crypto3/zk/commitments/detail/polynomial/basic_fri.hpp>
#include <nil/parallel-crypto3/zk/commitments/polynomial/lpc.hpp>
#include <nil/parallel-crypto3/zk/commitments/polynomial/fri.hpp>
#include <nil/parallel-crypto3/zk/snark/arithmetization/plonk/constraint_system.hpp>
#include <nil/parallel-crypto3/zk/snark/arithmetization/plonk/assignment.hpp>

namespace nil {
namespace crypto3 {
Expand Down

0 comments on commit 03a1de6

Please sign in to comment.