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.
2 parents 9d96e36 + de7e398 commit cc623d5Copy full SHA for cc623d5
src/field.h
@@ -62,7 +62,7 @@ static int secp256k1_fe_equal_var(const secp256k1_fe_t *a, const secp256k1_fe_t
62
/** Compare two field elements. Requires both inputs to be normalized */
63
static int secp256k1_fe_cmp_var(const secp256k1_fe_t *a, const secp256k1_fe_t *b);
64
65
-/** Set a field element equal to 32-byte big endian value. If succesful, the resulting field element is normalized. */
+/** Set a field element equal to 32-byte big endian value. If successful, the resulting field element is normalized. */
66
static int secp256k1_fe_set_b32(secp256k1_fe_t *r, const unsigned char *a);
67
68
/** Convert a field element to a 32-byte big endian value. Requires the input to be normalized */
0 commit comments