Skip to content

Commit 21b3fdf

Browse files
henopieddderjoel
authored andcommitted
Fix sepc256k1 -> secp256k1 typo in group.h
1 parent 78655c1 commit 21b3fdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/group.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ typedef struct {
2323
#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}
2424

2525
/** 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.
26+
* Note: For exhastive test mode, secp256k1 is replaced by a small subgroup of a different curve.
2727
*/
2828
typedef struct {
2929
secp256k1_fe x; /* actual X: x/z^2 */

0 commit comments

Comments
 (0)