|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Multiply a BN254 G1 point by a scalar. More...
#include <bbapi_ecc.hpp>
Classes | |
| struct | Response |
Public Member Functions | |
| Response | execute (BBApiRequest &request) && |
| MSGPACK_FIELDS (point, scalar) | |
| bool | operator== (const Bn254G1Mul &) const =default |
Public Attributes | |
| bb::g1::affine_element | point |
| bb::fr | scalar |
Static Public Attributes | |
| static constexpr const char | MSGPACK_SCHEMA_NAME [] = "Bn254G1Mul" |
Multiply a BN254 G1 point by a scalar.
Definition at line 234 of file bbapi_ecc.hpp.
| Bn254G1Mul::Response bb::bbapi::Bn254G1Mul::execute | ( | BBApiRequest & | request | ) | && |
Definition at line 85 of file bbapi_ecc.cpp.
|
default |
|
staticconstexpr |
Definition at line 235 of file bbapi_ecc.hpp.
| bb::g1::affine_element bb::bbapi::Bn254G1Mul::point |
Definition at line 244 of file bbapi_ecc.hpp.
| bb::fr bb::bbapi::Bn254G1Mul::scalar |
Definition at line 245 of file bbapi_ecc.hpp.