Skip to content

Commit

Permalink
Labels
Browse files Browse the repository at this point in the history
  • Loading branch information
Rumata888 committed Dec 6, 2023
1 parent ff5b5a1 commit b00dc64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions barretenberg/cpp/src/barretenberg/flavor/toy_avm.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -302,15 +302,15 @@ class ToyAVM {
Base::permutation_set_column_2 = "PERMUTATION_SET_COLUMN_2";
Base::permutation_set_column_3 = "PERMUTATION_SET_COLUMN_3";
Base::permutation_set_column_4 = "PERMUTATION_SET_COLUMN_4";
Base::self_permutation_column = "SELF_PERMUTATION_COLUMN";
Base::tuple_permutation_inverses = "TUPLE_PERMUTATION_INVERSES";
Base::single_permutation_inverses = "SINGLE_PERMUTATION_INVERSES";
// The ones beginning with "__" are only used for debugging
Base::lagrange_first = "__LAGRANGE_FIRST";
Base::enable_tuple_set_permutation = "__ENABLE_SET_PERMUTATION";
Base::enable_single_column_permutation = "__ENABLE_SINGLE_COLUMN_PERMUTATION";
Base::enable_first_set_permutation = "__ENABLE_FIRST_SET_PERMUTATION";
Base::enable_second_set_permutation = "__ENABLE_SECOND_SET_PERMUTATION";
permutation_set_column_1, permutation_set_column_2, permutation_set_column_3, permutation_set_column_4,
self_permutation_column, tuple_permutation_inverses, single_permutation_inverses
};
};

Expand Down

0 comments on commit b00dc64

Please sign in to comment.