Skip to content

Commit

Permalink
Fix comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
dfaranha committed Dec 28, 2024
1 parent 78860b3 commit 8d9f71c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bn/relic_bn_rec.c
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ void bn_rec_tnaf_mod(bn_t r0, bn_t r1, const bn_t k, int u, size_t m) {
bn_neg(t0, t);
}

/*r 0 = r0 + b0, r1 = r1 + b1. */
/* r0 = r0 + b0, r1 = r1 + b1. */
bn_add(r0, r0, t2);
bn_add(r1, r1, t3);
}
Expand Down

0 comments on commit 8d9f71c

Please sign in to comment.