|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Contains the computed verification key in multiple formats. More...
#include <bbapi_client_ivc.hpp>
Public Member Functions | |
| MSGPACK_FIELDS (bytes, fields) | |
| bool | operator== (const Response &) const =default |
Public Attributes | |
| std::vector< uint8_t > | bytes |
| Serialized verification key in binary format. | |
| std::vector< bb::fr > | fields |
| Verification key as array of field elements. | |
Static Public Attributes | |
| static constexpr const char | MSGPACK_SCHEMA_NAME [] = "ClientIvcComputeStandaloneVkResponse" |
Contains the computed verification key in multiple formats.
Definition at line 158 of file bbapi_client_ivc.hpp.
|
default |
| std::vector<uint8_t> bb::bbapi::ClientIvcComputeStandaloneVk::Response::bytes |
Serialized verification key in binary format.
Definition at line 162 of file bbapi_client_ivc.hpp.
| std::vector<bb::fr> bb::bbapi::ClientIvcComputeStandaloneVk::Response::fields |
Verification key as array of field elements.
Definition at line 164 of file bbapi_client_ivc.hpp.
|
staticconstexpr |
Definition at line 159 of file bbapi_client_ivc.hpp.