Skip to content

Commit

Permalink
Adjust number of Selector columns
Browse files Browse the repository at this point in the history
  • Loading branch information
akokoshn committed Feb 2, 2024
1 parent 0924fe0 commit f9892ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/proof-generator/include/nil/proof-generator/prover.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ namespace nil {
constexpr std::size_t ComponentConstantColumns = 5;
constexpr std::size_t LookupConstantColumns = 30;
constexpr std::size_t ConstantColumns = ComponentConstantColumns + LookupConstantColumns;
constexpr std::size_t ComponentSelectorColumns = 30;
constexpr std::size_t ComponentSelectorColumns = 50;
constexpr std::size_t LookupSelectorColumns = 6;
constexpr std::size_t SelectorColumns = ComponentSelectorColumns + LookupSelectorColumns;

Expand Down

0 comments on commit f9892ed

Please sign in to comment.