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