Skip to content

Commit

Permalink
Fix in conditional compilation.
Browse files Browse the repository at this point in the history
  • Loading branch information
dfaranha committed Jul 11, 2023
1 parent c2143d0 commit 4181a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pc/relic_pc_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ void gt_rand(gt_t a) {
pp_exp_k48(a, a);
#elif FP_PRIME == 315 || FP_PRIME == 317 || FP_PRIME == 509
pp_exp_k24(a, a);
#elif FP_PRIME == 756 || FP_PRIME == 766
#elif FP_PRIME == 765 || FP_PRIME == 766
pp_exp_k16(a, a);
#elif FP_PRIME == 508 || FP_PRIME == 638 && !defined(FP_QNRES)
pp_exp_k18(a, a);
Expand Down

0 comments on commit 4181a52

Please sign in to comment.