|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Add two Grumpkin points. More...
#include <bbapi_ecc.hpp>
Classes | |
| struct | Response |
Public Member Functions | |
| Response | execute (BBApiRequest &request) && |
| MSGPACK_FIELDS (point_a, point_b) | |
| bool | operator== (const GrumpkinAdd &) const =default |
Public Attributes | |
| grumpkin::g1::affine_element | point_a |
| grumpkin::g1::affine_element | point_b |
Static Public Attributes | |
| static constexpr const char | MSGPACK_SCHEMA_NAME [] = "GrumpkinAdd" |
Add two Grumpkin points.
Definition at line 47 of file bbapi_ecc.hpp.
| GrumpkinAdd::Response bb::bbapi::GrumpkinAdd::execute | ( | BBApiRequest & | request | ) | && |
Definition at line 17 of file bbapi_ecc.cpp.
|
default |
|
staticconstexpr |
Definition at line 48 of file bbapi_ecc.hpp.
| grumpkin::g1::affine_element bb::bbapi::GrumpkinAdd::point_a |
Definition at line 57 of file bbapi_ecc.hpp.
| grumpkin::g1::affine_element bb::bbapi::GrumpkinAdd::point_b |
Definition at line 58 of file bbapi_ecc.hpp.