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

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"
 

Detailed Description

Add two Grumpkin points.

Definition at line 47 of file bbapi_ecc.hpp.

Member Function Documentation

◆ execute()

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

Definition at line 17 of file bbapi_ecc.cpp.

◆ MSGPACK_FIELDS()

bb::bbapi::GrumpkinAdd::MSGPACK_FIELDS ( point_a  ,
point_b   
)

◆ operator==()

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

Member Data Documentation

◆ MSGPACK_SCHEMA_NAME

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

Definition at line 48 of file bbapi_ecc.hpp.

◆ point_a

grumpkin::g1::affine_element bb::bbapi::GrumpkinAdd::point_a

Definition at line 57 of file bbapi_ecc.hpp.

◆ point_b

grumpkin::g1::affine_element bb::bbapi::GrumpkinAdd::point_b

Definition at line 58 of file bbapi_ecc.hpp.


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