Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

secp256k1_ge_storage Struct Reference

#include <group.h>

+ Collaboration diagram for secp256k1_ge_storage:

Public Attributes

secp256k1_fe_storage x
 
secp256k1_fe_storage y
 

Detailed Description

Definition at line 34 of file group.h.

Member Data Documentation

◆ x

secp256k1_fe_storage secp256k1_ge_storage::x

◆ y

secp256k1_fe_storage secp256k1_ge_storage::y

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