Fabcoin Core  0.16.2
P2P Digital Currency
Public Attributes | List of all members
secp256k1_gej Struct Reference

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

#include <group.h>

Collaboration diagram for secp256k1_gej:
[legend]

Public Attributes

secp256k1_fe x
 
secp256k1_fe y
 
secp256k1_fe z
 
int infinity
 

Detailed Description

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

Definition at line 24 of file group.h.

Member Data Documentation

int secp256k1_gej::infinity

Definition at line 28 of file group.h.

secp256k1_fe secp256k1_gej::x

Definition at line 25 of file group.h.

secp256k1_fe secp256k1_gej::y

Definition at line 26 of file group.h.

secp256k1_fe secp256k1_gej::z

Definition at line 27 of file group.h.


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