We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7c87b8 + da163b9 commit 3e92af1Copy full SHA for 3e92af1
libsnark/gadgetlib1/protoboard.tcc
@@ -177,7 +177,7 @@ r1cs_primary_input<FieldT> protoboard<FieldT>::primary_input() const
177
template<typename FieldT>
178
r1cs_auxiliary_input<FieldT> protoboard<FieldT>::auxiliary_input() const
179
{
180
- return r1cs_primary_input<FieldT>(values.begin() + num_inputs(), values.end());
+ return r1cs_auxiliary_input<FieldT>(values.begin() + num_inputs(), values.end());
181
}
182
183
0 commit comments