Skip to content

Commit

Permalink
Fixed constants amount for sha256_process.
Browse files Browse the repository at this point in the history
  • Loading branch information
Iluvmagick committed Feb 6, 2024
1 parent e16ad50 commit e9e159f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/hashes/plonk/sha256_process.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 = 33;
constexpr std::size_t SelectorColumns = 30;
using hash_type = nil::crypto3::hashes::keccak_1600<256>;
constexpr std::size_t Lambda = 1;
Expand Down

0 comments on commit e9e159f

Please sign in to comment.