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

Projective point used by the hardened secret-scalar multiplication path. More...

#include <curve.hpp>

Data Fields

FieldElement x
 
FieldElement y
 
FieldElement z
 

Detailed Description

Definition at line 35 of file curve.hpp.

Field Documentation

◆ x

FieldElement purify::CompleteProjectivePoint::x

Definition at line 36 of file curve.hpp.

◆ y

FieldElement purify::CompleteProjectivePoint::y

Definition at line 37 of file curve.hpp.

◆ z

FieldElement purify::CompleteProjectivePoint::z

Definition at line 38 of file curve.hpp.


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