Skip to content

Commit

Permalink
Fix template typing after ArithmetizationParams refactoring (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
x-mass authored Feb 23, 2024
1 parent 8da37d6 commit b689bc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ namespace nil {
using field_type = FieldType;
using value_type = typename field_type::value_type;
using public_input_type = std::vector<std::vector<value_type>>;
using constraint_system_type = plonk_constraint_system<value_type>;
using constraint_system_type = plonk_constraint_system<field_type>;
using assignment_table_type = plonk_table<field_type, plonk_column<field_type>>;
};

Expand Down

0 comments on commit b689bc5

Please sign in to comment.