Skip to content

Commit

Permalink
Add more arithmetization params
Browse files Browse the repository at this point in the history
  • Loading branch information
martun authored and x-mass committed Feb 19, 2024
1 parent 8796e9c commit fc4e13f
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@ namespace nil {
// Available in runtime columns params. Order is:
// witness | public_input | component_constant | component_selector |
// lookup_constant | lookup_selector
constexpr std::array<columns_params, 3> all_columns_params = {{
constexpr std::array<columns_params, 4> all_columns_params = {{
{15, 1, 5, 50, 30, 6},
{15, 1, 5, 60, 0, 0},
{15, 1, 2, 50, 14, 6}
{15, 1, 2, 50, 14, 6},
{15, 1, 5, 30, 30, 6}
// Add more params as needed.
}};

Expand Down

0 comments on commit fc4e13f

Please sign in to comment.