Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

secp256k1_gej Struct Reference

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

#include <group.h>

+ Collaboration diagram for secp256k1_gej:

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

◆ infinity

◆ x

◆ y

◆ z


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