@@ -71,7 +71,7 @@ class flystel_Q_gamma_prime_field_gadget : public gadget<FieldT>
71
71
protoboard<FieldT> &pb,
72
72
const linear_combination<FieldT> &input,
73
73
const pb_variable<FieldT> &output,
74
- const std::string &annotation_prefix = " " );
74
+ const std::string &annotation_prefix);
75
75
76
76
void generate_r1cs_constraints ();
77
77
void generate_r1cs_witness ();
@@ -98,7 +98,7 @@ class flystel_Q_delta_prime_field_gadget : public gadget<FieldT>
98
98
protoboard<FieldT> &pb,
99
99
const linear_combination<FieldT> &input,
100
100
const pb_variable<FieldT> &output,
101
- const std::string &annotation_prefix = " " );
101
+ const std::string &annotation_prefix);
102
102
103
103
void generate_r1cs_constraints ();
104
104
void generate_r1cs_witness ();
@@ -130,7 +130,7 @@ class flystel_Q_gamma_binary_field_gadget : public gadget<FieldT>
130
130
protoboard<FieldT> &pb,
131
131
const linear_combination<FieldT> &input,
132
132
const pb_variable<FieldT> &output,
133
- const std::string &annotation_prefix = " " );
133
+ const std::string &annotation_prefix);
134
134
135
135
void generate_r1cs_constraints ();
136
136
void generate_r1cs_witness ();
@@ -162,7 +162,7 @@ class flystel_Q_delta_binary_field_gadget : public gadget<FieldT>
162
162
protoboard<FieldT> &pb,
163
163
const linear_combination<FieldT> &input,
164
164
const pb_variable<FieldT> &output,
165
- const std::string &annotation_prefix = " " );
165
+ const std::string &annotation_prefix);
166
166
167
167
void generate_r1cs_constraints ();
168
168
void generate_r1cs_witness ();
@@ -188,7 +188,7 @@ class flystel_E_power_five_gadget : public gadget<FieldT>
188
188
protoboard<FieldT> &pb,
189
189
const linear_combination<FieldT> &input,
190
190
const pb_variable<FieldT> &output,
191
- const std::string &annotation_prefix = " " );
191
+ const std::string &annotation_prefix);
192
192
193
193
void generate_r1cs_constraints ();
194
194
void generate_r1cs_witness ();
@@ -214,7 +214,7 @@ class flystel_E_root_five_gadget : public gadget<FieldT>
214
214
protoboard<FieldT> &pb,
215
215
const linear_combination<FieldT> &input,
216
216
const pb_variable<FieldT> &output,
217
- const std::string &annotation_prefix = " " );
217
+ const std::string &annotation_prefix);
218
218
219
219
void generate_r1cs_constraints ();
220
220
void generate_r1cs_witness ();
@@ -259,7 +259,7 @@ class flystel_prime_field_gadget : public gadget<FieldT>
259
259
const linear_combination<FieldT> &x1,
260
260
const pb_variable<FieldT> &y0,
261
261
const pb_variable<FieldT> &y1,
262
- const std::string &annotation_prefix = " " );
262
+ const std::string &annotation_prefix);
263
263
264
264
void generate_r1cs_constraints ();
265
265
void generate_r1cs_witness ();
0 commit comments