|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Reduce a 512-bit value modulo Secp256k1 scalar field. More...
#include <bbapi_ecc.hpp>
Classes | |
| struct | Response |
Public Member Functions | |
| Response | execute (BBApiRequest &request) && |
| MSGPACK_FIELDS (input) | |
| bool | operator== (const Secp256k1Reduce512 &) const =default |
Public Attributes | |
| std::array< uint8_t, 64 > | input |
Static Public Attributes | |
| static constexpr const char | MSGPACK_SCHEMA_NAME [] = "Secp256k1Reduce512" |
Reduce a 512-bit value modulo Secp256k1 scalar field.
Definition at line 172 of file bbapi_ecc.hpp.
| Secp256k1Reduce512::Response bb::bbapi::Secp256k1Reduce512::execute | ( | BBApiRequest & | request | ) | && |
Definition at line 65 of file bbapi_ecc.cpp.
| bb::bbapi::Secp256k1Reduce512::MSGPACK_FIELDS | ( | input | ) |
|
default |
| std::array<uint8_t, 64> bb::bbapi::Secp256k1Reduce512::input |
Definition at line 182 of file bbapi_ecc.hpp.
|
staticconstexpr |
Definition at line 173 of file bbapi_ecc.hpp.