Skip to content

Commit

Permalink
Missing security level.
Browse files Browse the repository at this point in the history
  • Loading branch information
dfaranha committed Sep 25, 2024
1 parent 601e97e commit 20d700e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ep/relic_ep_param.c
Original file line number Diff line number Diff line change
Expand Up @@ -1886,6 +1886,7 @@ int ep_param_level(void) {
case B24_P509:
return 192;
case NIST_P521:
case B48_P575:
return 256;
case BN_P638:
case B12_P638:
Expand Down

0 comments on commit 20d700e

Please sign in to comment.