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

Affine point representation used for serialization and lookup tables. More...

#include <curve.hpp>

Data Fields

FieldElement x
 
FieldElement y
 
bool infinity = false
 

Detailed Description

Definition at line 28 of file curve.hpp.

Field Documentation

◆ infinity

bool purify::AffinePoint::infinity = false

Definition at line 31 of file curve.hpp.

◆ x

FieldElement purify::AffinePoint::x

Definition at line 29 of file curve.hpp.

◆ y

FieldElement purify::AffinePoint::y

Definition at line 30 of file curve.hpp.


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