From eb7ea74cee61e7325b0f610e5d676d0152c80d39 Mon Sep 17 00:00:00 2001 From: Iluvmagick Date: Wed, 7 Feb 2024 02:05:29 +0400 Subject: [PATCH] Fixed sha256_process column amount --- test/hashes/plonk/sha256_process.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/hashes/plonk/sha256_process.cpp b/test/hashes/plonk/sha256_process.cpp index 91b476a7a..1f07fc6da 100644 --- a/test/hashes/plonk/sha256_process.cpp +++ b/test/hashes/plonk/sha256_process.cpp @@ -50,7 +50,7 @@ BOOST_AUTO_TEST_CASE(blueprint_plonk_sha256_process) { using BlueprintFieldType = typename curve_type::base_field_type; constexpr std::size_t WitnessColumns = 9; constexpr std::size_t PublicInputColumns = 1; - constexpr std::size_t ConstantColumns = 20; + constexpr std::size_t ConstantColumns = 30; constexpr std::size_t SelectorColumns = 30; using hash_type = nil::crypto3::hashes::keccak_1600<256>; constexpr std::size_t Lambda = 1;