Skip to content

Commit

Permalink
Remove another warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
dfaranha committed Aug 12, 2024
1 parent 25fc38a commit 1c86c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pc/relic_pc_exp.c
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ void gt_exp_reg_gls(gt_t c, const gt_t a, const bn_t b, size_t f) {

gt_copy(t[0], a);
gt_inv(q, t[0]);
gt_copy_sec(q, t[0], s[0] == RLC_POS);
gt_copy_sec(q, t[0], bn_sign(_b[0]) == RLC_POS);
if (RLC_WIDTH > 2) {
gt_sqr(t[0], q);
gt_mul(t[1], t[0], q);
Expand Down

0 comments on commit 1c86c8f

Please sign in to comment.