Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::bbapi::Bn254G1IsOnCurve Struct Reference

Check if a BN254 G1 point is on the curve. More...

#include <bbapi_ecc.hpp>

Classes

struct  Response
 

Public Member Functions

Response execute (BBApiRequest &request) &&
 
 MSGPACK_FIELDS (point)
 
bool operator== (const Bn254G1IsOnCurve &) const =default
 

Public Attributes

bb::g1::affine_element point
 

Static Public Attributes

static constexpr const char MSGPACK_SCHEMA_NAME [] = "Bn254G1IsOnCurve"
 

Detailed Description

Check if a BN254 G1 point is on the curve.

Definition at line 276 of file bbapi_ecc.hpp.

Member Function Documentation

◆ execute()

Bn254G1IsOnCurve::Response bb::bbapi::Bn254G1IsOnCurve::execute ( BBApiRequest request) &&

Definition at line 109 of file bbapi_ecc.cpp.

◆ MSGPACK_FIELDS()

bb::bbapi::Bn254G1IsOnCurve::MSGPACK_FIELDS ( point  )

◆ operator==()

bool bb::bbapi::Bn254G1IsOnCurve::operator== ( const Bn254G1IsOnCurve ) const
default

Member Data Documentation

◆ MSGPACK_SCHEMA_NAME

constexpr const char bb::bbapi::Bn254G1IsOnCurve::MSGPACK_SCHEMA_NAME[] = "Bn254G1IsOnCurve"
staticconstexpr

Definition at line 277 of file bbapi_ecc.hpp.

◆ point

bb::g1::affine_element bb::bbapi::Bn254G1IsOnCurve::point

Definition at line 286 of file bbapi_ecc.hpp.


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