|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
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" |
Check if a BN254 G1 point is on the curve.
Definition at line 276 of file bbapi_ecc.hpp.
| Bn254G1IsOnCurve::Response bb::bbapi::Bn254G1IsOnCurve::execute | ( | BBApiRequest & | request | ) | && |
Definition at line 109 of file bbapi_ecc.cpp.
| bb::bbapi::Bn254G1IsOnCurve::MSGPACK_FIELDS | ( | point | ) |
|
default |
|
staticconstexpr |
Definition at line 277 of file bbapi_ecc.hpp.
| bb::g1::affine_element bb::bbapi::Bn254G1IsOnCurve::point |
Definition at line 286 of file bbapi_ecc.hpp.