|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Multiply a Secp256k1 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 Secp256k1Mul &) const =default |
Public Attributes | |
| secp256k1::g1::affine_element | point |
| secp256k1::fr | scalar |
Static Public Attributes | |
| static constexpr const char | MSGPACK_SCHEMA_NAME [] = "Secp256k1Mul" |
Multiply a Secp256k1 point by a scalar.
Definition at line 130 of file bbapi_ecc.hpp.
| Secp256k1Mul::Response bb::bbapi::Secp256k1Mul::execute | ( | BBApiRequest & | request | ) | && |
Definition at line 52 of file bbapi_ecc.cpp.
|
default |
|
staticconstexpr |
Definition at line 131 of file bbapi_ecc.hpp.
| secp256k1::g1::affine_element bb::bbapi::Secp256k1Mul::point |
Definition at line 140 of file bbapi_ecc.hpp.
| secp256k1::fr bb::bbapi::Secp256k1Mul::scalar |
Definition at line 141 of file bbapi_ecc.hpp.