Skip to content

Commit

Permalink
Remove info
Browse files Browse the repository at this point in the history
  • Loading branch information
Rumata888 committed Nov 20, 2024
1 parent 1d8fa55 commit 5568ad8
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -415,8 +415,6 @@ element<C, Fq, Fr, G> element<C, Fq, Fr, G>::montgomery_ladder(const element& ot
const Fq x_4 = minus_lambda_2.sqradd({ -x, -x_3 });

const Fq y_4 = minus_lambda_2.madd(x_4 - x, { -y });
info("x_3 tag:", x_3.get_origin_tag());
info("minus_lambda_2 tag:", minus_lambda_2.get_origin_tag());
return element(x_4, y_4);
}

Expand Down

0 comments on commit 5568ad8

Please sign in to comment.