Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
dfaranha committed Aug 14, 2024
1 parent 5ddffd1 commit e241794
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pc/relic_pc_exp.c
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ static void gt_exp_gls_sac(gt_t c, const gt_t a, const bn_t b, size_t d,

if (sac[i * f * RLC_FP_BITS + j]) {
gt_inv(q[1], t[i * s + col]);
gt_mul(c, c, q[1]);
} else {
gt_mul(c, c, t[i * s + col]);
}
Expand Down

0 comments on commit e241794

Please sign in to comment.