Skip to content

Commit 085dbf9

Browse files
committed
Improve comment for _fe_verify_magnitude
1 parent c0accd2 commit 085dbf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/field.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ static void secp256k1_fe_cmov(secp256k1_fe *r, const secp256k1_fe *a, int flag);
126126

127127
#ifdef VERIFY
128128

129-
/** Assert a lower limit m on the magnitude of a. */
129+
/** 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. */
130130
static void secp256k1_fe_verify_magnitude(const secp256k1_fe *a, int m);
131131

132132
#endif

0 commit comments

Comments
 (0)