Skip to content

Commit

Permalink
Fix template typing after refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
x-mass committed Feb 23, 2024
1 parent 957f75c commit d2f8201
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 d2f8201

Please sign in to comment.