PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Public Attributes | List of all members
secp256k1_ge_t Struct Reference

A group element of the secp256k1 curve, in affine coordinates. More...

#include <group.h>

Collaboration diagram for secp256k1_ge_t:
[legend]

Public Attributes

secp256k1_fe_t x
 
secp256k1_fe_t y
 
int infinity
 

Detailed Description

A group element of the secp256k1 curve, in affine coordinates.

Definition at line 14 of file group.h.

Member Data Documentation

◆ infinity

int secp256k1_ge_t::infinity

Definition at line 21 of file group.h.

◆ x

secp256k1_fe_t secp256k1_ge_t::x

Definition at line 19 of file group.h.

◆ y

secp256k1_fe_t secp256k1_ge_t::y

Definition at line 20 of file group.h.


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