Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
secp256k1_gej Struct Reference

#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. Note: For exhastive test mode, sepc256k1 is replaced by a small subgroup of a different curve.

Definition at line 28 of file group.h.

Member Data Documentation

◆ infinity

int secp256k1_gej::infinity

Definition at line 32 of file group.h.

◆ x

secp256k1_fe secp256k1_gej::x

Definition at line 29 of file group.h.

◆ y

secp256k1_fe secp256k1_gej::y

Definition at line 30 of file group.h.

◆ z

secp256k1_fe secp256k1_gej::z

Definition at line 31 of file group.h.


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