Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

secp256k1_ge Struct Reference

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

#include <group.h>

+ Collaboration diagram for secp256k1_ge:

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

◆ infinity

◆ x

◆ y


The documentation for this struct was generated from the following file:
Released under the MIT license