Bitcoin
Public Attributes | List of all members
secp256k1_gej Struct Reference

#include <group.h>

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.

Member Data Documentation

◆ infinity

int secp256k1_gej::infinity

◆ x

secp256k1_fe secp256k1_gej::x

◆ y

secp256k1_fe secp256k1_gej::y

◆ z

secp256k1_fe secp256k1_gej::z

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