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

Multiply multiple Grumpkin points by a single scalar. More...

#include <bbapi_ecc.hpp>

Classes

struct  Response
 

Public Member Functions

Response execute (BBApiRequest &request) &&
 
 MSGPACK_FIELDS (points, scalar)
 
bool operator== (const GrumpkinBatchMul &) const =default
 

Public Attributes

std::vector< grumpkin::g1::affine_elementpoints
 
grumpkin::fr scalar
 

Static Public Attributes

static constexpr const char MSGPACK_SCHEMA_NAME [] = "GrumpkinBatchMul"
 

Detailed Description

Multiply multiple Grumpkin points by a single scalar.

Definition at line 68 of file bbapi_ecc.hpp.

Member Function Documentation

◆ execute()

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

Definition at line 28 of file bbapi_ecc.cpp.

◆ MSGPACK_FIELDS()

bb::bbapi::GrumpkinBatchMul::MSGPACK_FIELDS ( points  ,
scalar   
)

◆ operator==()

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

Member Data Documentation

◆ MSGPACK_SCHEMA_NAME

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

Definition at line 69 of file bbapi_ecc.hpp.

◆ points

std::vector<grumpkin::g1::affine_element> bb::bbapi::GrumpkinBatchMul::points

Definition at line 78 of file bbapi_ecc.hpp.

◆ scalar

grumpkin::fr bb::bbapi::GrumpkinBatchMul::scalar

Definition at line 79 of file bbapi_ecc.hpp.


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