Skip to content

Commit

Permalink
Better comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
dfaranha committed Jun 19, 2022
1 parent df6c55e commit d7dcb22
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 @@ -194,7 +194,7 @@ int g2_is_valid(const g2_t a) {
ep2_add(u, u, a);
ep2_frb(v, a, 2);
#else
/* Check \psi(P) == z(P). */
/* Check \psi(P) == [z]P. */
fp_prime_get_par(n);
g2_copy(u, a);
for (int i = bn_bits(n) - 2; i >= 0; i--) {
Expand Down

0 comments on commit d7dcb22

Please sign in to comment.