From 03a1de6f89d0595cf8bc3dcb3cb3c33a46eb4c20 Mon Sep 17 00:00:00 2001 From: Andrei Malashkin Date: Fri, 4 Oct 2024 15:51:39 +0200 Subject: [PATCH] isolated plonk/placeholder changes --- .../plonk/placeholder/gates_argument.hpp | 20 +++++++++---------- .../plonk/placeholder/lookup_argument.hpp | 10 +++++----- .../systems/plonk/placeholder/params.hpp | 10 +++++----- 3 files changed, 20 insertions(+), 20 deletions(-) diff --git a/parallel-crypto3/libs/parallel-zk/include/nil/parallel-crypto3/zk/snark/systems/plonk/placeholder/gates_argument.hpp b/parallel-crypto3/libs/parallel-zk/include/nil/parallel-crypto3/zk/snark/systems/plonk/placeholder/gates_argument.hpp index 39942a44a0..97e39f2f12 100644 --- a/parallel-crypto3/libs/parallel-zk/include/nil/parallel-crypto3/zk/snark/systems/plonk/placeholder/gates_argument.hpp +++ b/parallel-crypto3/libs/parallel-zk/include/nil/parallel-crypto3/zk/snark/systems/plonk/placeholder/gates_argument.hpp @@ -36,21 +36,21 @@ #include #include #include -#include +#include #include #include -#include -#include -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include +#include #include diff --git a/parallel-crypto3/libs/parallel-zk/include/nil/parallel-crypto3/zk/snark/systems/plonk/placeholder/lookup_argument.hpp b/parallel-crypto3/libs/parallel-zk/include/nil/parallel-crypto3/zk/snark/systems/plonk/placeholder/lookup_argument.hpp index 920b52ffe5..15dc3df5c4 100644 --- a/parallel-crypto3/libs/parallel-zk/include/nil/parallel-crypto3/zk/snark/systems/plonk/placeholder/lookup_argument.hpp +++ b/parallel-crypto3/libs/parallel-zk/include/nil/parallel-crypto3/zk/snark/systems/plonk/placeholder/lookup_argument.hpp @@ -43,11 +43,11 @@ #include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include #include diff --git a/parallel-crypto3/libs/parallel-zk/include/nil/parallel-crypto3/zk/snark/systems/plonk/placeholder/params.hpp b/parallel-crypto3/libs/parallel-zk/include/nil/parallel-crypto3/zk/snark/systems/plonk/placeholder/params.hpp index c2476cc537..fc2e09cc4e 100644 --- a/parallel-crypto3/libs/parallel-zk/include/nil/parallel-crypto3/zk/snark/systems/plonk/placeholder/params.hpp +++ b/parallel-crypto3/libs/parallel-zk/include/nil/parallel-crypto3/zk/snark/systems/plonk/placeholder/params.hpp @@ -28,11 +28,11 @@ #ifndef CRYPTO3_ZK_PLONK_PLACEHOLDER_PARAMS_HPP #define CRYPTO3_ZK_PLONK_PLACEHOLDER_PARAMS_HPP -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include namespace nil { namespace crypto3 {