|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Compute IVC verification key for the complete proof. More...
#include <bbapi_client_ivc.hpp>
Classes | |
| struct | Response |
| Contains the computed IVC verification key. More... | |
Public Member Functions | |
| Response | execute (const BBApiRequest &request={}) && |
| MSGPACK_FIELDS (circuit) | |
| bool | operator== (const ClientIvcComputeIvcVk &) const =default |
Public Attributes | |
| CircuitInputNoVK | circuit |
Static Public Attributes | |
| static constexpr const char | MSGPACK_SCHEMA_NAME [] = "ClientIvcComputeIvcVk" |
Compute IVC verification key for the complete proof.
Definition at line 179 of file bbapi_client_ivc.hpp.
| ClientIvcComputeIvcVk::Response bb::bbapi::ClientIvcComputeIvcVk::execute | ( | const BBApiRequest & | request = {} | ) | && |
Definition at line 170 of file bbapi_client_ivc.cpp.
| bb::bbapi::ClientIvcComputeIvcVk::MSGPACK_FIELDS | ( | circuit | ) |
|
default |
| CircuitInputNoVK bb::bbapi::ClientIvcComputeIvcVk::circuit |
Definition at line 195 of file bbapi_client_ivc.hpp.
|
staticconstexpr |
Definition at line 180 of file bbapi_client_ivc.hpp.