Skip to content

Commit

Permalink
Fix towering for BLS12-446 curve.
Browse files Browse the repository at this point in the history
  • Loading branch information
dfaranha committed Mar 31, 2024
1 parent dc6bce0 commit bd42269
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/fpx/relic_fpx_field.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ int fp2_field_get_qnr() {
return 32;
#elif FP_PRIME == 158 || FP_PRIME == 256
return 4;
#elif FP_PRIME == 446
return 16;
#else
return core_get()->qnr2;
#endif
Expand Down

0 comments on commit bd42269

Please sign in to comment.