Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit eb7ea74

Browse files
committed
Fixed sha256_process column amount
1 parent e16ad50 commit eb7ea74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/hashes/plonk/sha256_process.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ BOOST_AUTO_TEST_CASE(blueprint_plonk_sha256_process) {
5050
using BlueprintFieldType = typename curve_type::base_field_type;
5151
constexpr std::size_t WitnessColumns = 9;
5252
constexpr std::size_t PublicInputColumns = 1;
53-
constexpr std::size_t ConstantColumns = 20;
53+
constexpr std::size_t ConstantColumns = 30;
5454
constexpr std::size_t SelectorColumns = 30;
5555
using hash_type = nil::crypto3::hashes::keccak_1600<256>;
5656
constexpr std::size_t Lambda = 1;

0 commit comments

Comments
 (0)