Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
AcirPoint Struct Reference

Static Public Member Functions

static AcirPoint from_native (const GrumpkinPoint &p)
 
static AcirPoint infinity ()
 

Public Attributes

FF x
 
FF y
 
FF inf
 

Detailed Description

Definition at line 304 of file ec_operations.test.cpp.

Member Function Documentation

◆ from_native()

static AcirPoint AcirPoint::from_native ( const GrumpkinPoint p)
inlinestatic

Definition at line 306 of file ec_operations.test.cpp.

◆ infinity()

static AcirPoint AcirPoint::infinity ( )
inlinestatic

Definition at line 310 of file ec_operations.test.cpp.

Member Data Documentation

◆ inf

FF AcirPoint::inf

Definition at line 305 of file ec_operations.test.cpp.

◆ x

FF AcirPoint::x

Definition at line 305 of file ec_operations.test.cpp.

◆ y

FF AcirPoint::y

Definition at line 305 of file ec_operations.test.cpp.


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