|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Verify an AVM proof against serialized public inputs. More...
#include <bbapi_avm.hpp>
Classes | |
| struct | Response |
Public Member Functions | |
| SERIALIZATION_FIELDS (proof, public_inputs) | |
| Response | execute (const BBApiRequest &request={}) && |
| bool | operator== (const AvmVerify &) const =default |
Public Attributes | |
| std::vector< bb::fr > | proof |
| std::vector< uint8_t > | public_inputs |
Static Public Attributes | |
| static constexpr const char | MSGPACK_SCHEMA_NAME [] = "AvmVerify" |
Verify an AVM proof against serialized public inputs.
Definition at line 62 of file bbapi_avm.hpp.
| AvmVerify::Response bb::bbapi::AvmVerify::execute | ( | const BBApiRequest & | request = {} | ) | && |
Definition at line 39 of file bbapi_avm.cpp.
|
default |
| bb::bbapi::AvmVerify::SERIALIZATION_FIELDS | ( | proof | , |
| public_inputs | |||
| ) |
|
staticconstexpr |
Definition at line 63 of file bbapi_avm.hpp.
| std::vector<bb::fr> bb::bbapi::AvmVerify::proof |
Definition at line 73 of file bbapi_avm.hpp.
| std::vector<uint8_t> bb::bbapi::AvmVerify::public_inputs |
Definition at line 74 of file bbapi_avm.hpp.