purify
C++ Purify implementation with native circuit and BPP support
Loading...
Searching...
No Matches
purify::JacobianPoint Struct Reference

Jacobian point representation used for curve arithmetic. More...

#include <curve.hpp>

Static Public Member Functions

static JacobianPoint infinity_point ()
 Returns the point at infinity in Jacobian coordinates.
 

Data Fields

FieldElement x
 
FieldElement y
 
FieldElement z
 
bool infinity = false
 

Detailed Description

Definition at line 17 of file curve.hpp.

Member Function Documentation

◆ infinity_point()

JacobianPoint purify::JacobianPoint::infinity_point ( )
static

Definition at line 78 of file curve.cpp.

References purify_curve_jacobian_infinity().

Field Documentation

◆ infinity

bool purify::JacobianPoint::infinity = false

Definition at line 21 of file curve.hpp.

◆ x

FieldElement purify::JacobianPoint::x

Definition at line 18 of file curve.hpp.

◆ y

FieldElement purify::JacobianPoint::y

Definition at line 19 of file curve.hpp.

◆ z

FieldElement purify::JacobianPoint::z

Definition at line 20 of file curve.hpp.


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