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 accadc9 + 069aba8 commit 43756daCopy full SHA for 43756da
src/group.h
@@ -23,7 +23,7 @@ typedef struct {
23
#define SECP256K1_GE_CONST_INFINITY {SECP256K1_FE_CONST(0, 0, 0, 0, 0, 0, 0, 0), SECP256K1_FE_CONST(0, 0, 0, 0, 0, 0, 0, 0), 1}
24
25
/** A group element of the secp256k1 curve, in jacobian coordinates.
26
- * Note: For exhastive test mode, sepc256k1 is replaced by a small subgroup of a different curve.
+ * Note: For exhastive test mode, secp256k1 is replaced by a small subgroup of a different curve.
27
*/
28
typedef struct {
29
secp256k1_fe x; /* actual X: x/z^2 */
0 commit comments