|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
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_element > | points |
| grumpkin::fr | scalar |
Static Public Attributes | |
| static constexpr const char | MSGPACK_SCHEMA_NAME [] = "GrumpkinBatchMul" |
Multiply multiple Grumpkin points by a single scalar.
Definition at line 68 of file bbapi_ecc.hpp.
| GrumpkinBatchMul::Response bb::bbapi::GrumpkinBatchMul::execute | ( | BBApiRequest & | request | ) | && |
Definition at line 28 of file bbapi_ecc.cpp.
|
default |
|
staticconstexpr |
Definition at line 69 of file bbapi_ecc.hpp.
| std::vector<grumpkin::g1::affine_element> bb::bbapi::GrumpkinBatchMul::points |
Definition at line 78 of file bbapi_ecc.hpp.
| grumpkin::fr bb::bbapi::GrumpkinBatchMul::scalar |
Definition at line 79 of file bbapi_ecc.hpp.