|
purify
C++ Purify implementation with native circuit and BPP support
|
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 |
|
static |
Definition at line 78 of file curve.cpp.
References purify_curve_jacobian_infinity().
| FieldElement purify::JacobianPoint::x |
| FieldElement purify::JacobianPoint::y |
| FieldElement purify::JacobianPoint::z |