Skip to content

Commit

Permalink
Improve comment for _fe_verify_magnitude
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdettman committed Dec 6, 2021
1 parent c0accd2 commit 085dbf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/field.h
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ static void secp256k1_fe_cmov(secp256k1_fe *r, const secp256k1_fe *a, int flag);

#ifdef VERIFY

/** Assert a lower limit m on the magnitude of a. */
/** Assert a context-specific limit m on the magnitude of a. m cannot be outside the intrinsic range of magnitudes supported by this field implementation. */
static void secp256k1_fe_verify_magnitude(const secp256k1_fe *a, int m);

#endif
Expand Down

0 comments on commit 085dbf9

Please sign in to comment.