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

A group element of the secp256k1 curve, in affine coordinates. 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 of the secp256k1 curve, in affine coordinates.

Definition at line 14 of file group.h.

Member Data Documentation

int secp256k1_ge::infinity

Definition at line 17 of file group.h.

secp256k1_fe secp256k1_ge::x

Definition at line 15 of file group.h.

secp256k1_fe secp256k1_ge::y

Definition at line 16 of file group.h.


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