We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e9a4d7 commit 3928b7cCopy full SHA for 3928b7c
src/field.h
@@ -184,7 +184,8 @@ static int secp256k1_fe_equal(const secp256k1_fe *a, const secp256k1_fe *b);
184
*/
185
static int secp256k1_fe_cmp_var(const secp256k1_fe *a, const secp256k1_fe *b);
186
187
-/** Set a field element equal to a provided 32-byte big endian value, reducing it.
+/** Set a field element equal to the element represented by a provided 32-byte big endian value
188
+ * interpreted modulo p.
189
*
190
* On input, r does not need to be initialized. a must be a pointer to an initialized 32-byte array.
191
* On output, r = a (mod p). It will have magnitude 1, and not be normalized.
0 commit comments