We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0e696f commit 3086cb9Copy full SHA for 3086cb9
src/field.h
@@ -143,4 +143,9 @@ static void secp256k1_fe_get_bounds(secp256k1_fe *r, int m);
143
/** Determine whether a is a square (modulo p). */
144
static int secp256k1_fe_is_square_var(const secp256k1_fe *a);
145
146
+#ifdef VERIFY
147
+/** Check invariants on a field element. */
148
+static void secp256k1_fe_verify(const secp256k1_fe *a);
149
+#endif
150
+
151
#endif /* SECP256K1_FIELD_H */
0 commit comments