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

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

#include <group.h>

Collaboration diagram for secp256k1_gej_t:
[legend]

Public Attributes

secp256k1_fe_t x
 
secp256k1_fe_t y
 
secp256k1_fe_t z
 
int infinity
 

Detailed Description

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

Definition at line 21 of file group.h.

Member Data Documentation

◆ infinity

int secp256k1_gej_t::infinity

Definition at line 25 of file group.h.

◆ x

secp256k1_fe_t secp256k1_gej_t::x

Definition at line 22 of file group.h.

◆ y

secp256k1_fe_t secp256k1_gej_t::y

Definition at line 23 of file group.h.

◆ z

secp256k1_fe_t secp256k1_gej_t::z

Definition at line 24 of file group.h.


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