Skip to content

Commit ebf6923

Browse files
author
Vesselin Velichkov
committed
anemoi: changed comments in allocate() to match variable names (#65 (comment))
1 parent 0a3e09a commit ebf6923

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libsnark/gadgetlib1/gadgets/hashes/anemoi/anemoi_components.tcc

+2-2
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,8 @@ flystel_E_power_five_gadget<FieldT>::flystel_E_power_five_gadget(
288288
const pb_variable<FieldT> &output,
289289
const std::string &annotation_prefix)
290290
: gadget<FieldT>(pb, annotation_prefix)
291-
, a0(pb_variable_allocate(pb, FMT(annotation_prefix, " internal value a0")))
292-
, a1(pb_variable_allocate(pb, FMT(annotation_prefix, " internal value a1")))
291+
, a0(pb_variable_allocate(pb, FMT(annotation_prefix, " a0")))
292+
, a1(pb_variable_allocate(pb, FMT(annotation_prefix, " a1")))
293293
, input(input)
294294
, output(output)
295295
{

0 commit comments

Comments
 (0)