Bitcoin Core  27.99.0
P2P Digital Currency
Public Attributes | List of all members
secp256k1_ge Struct Reference

A group element in affine coordinates on the secp256k1 curve, or occasionally on an isomorphic curve of the form y^2 = x^3 + 7*t^6. More...

#include <group.h>

Collaboration diagram for secp256k1_ge:
[legend]

Public Attributes

secp256k1_fe x
 
secp256k1_fe y
 
int infinity
 

Detailed Description

A group element in affine coordinates on the secp256k1 curve, or occasionally on an isomorphic curve of the form y^2 = x^3 + 7*t^6.

Note: For exhaustive test mode, secp256k1 is replaced by a small subgroup of a different curve.

Definition at line 16 of file group.h.

Member Data Documentation

◆ infinity

int secp256k1_ge::infinity

Definition at line 19 of file group.h.

◆ x

secp256k1_fe secp256k1_ge::x

Definition at line 17 of file group.h.

◆ y

secp256k1_fe secp256k1_ge::y

Definition at line 18 of file group.h.


The documentation for this struct was generated from the following file: