|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Compute IVC verification key for the complete proof. More...
#include <bbapi_chonk.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 ChonkComputeIvcVk &) const =default |
Public Attributes | |
| CircuitInputNoVK | circuit |
Static Public Attributes | |
| static constexpr const char | MSGPACK_SCHEMA_NAME [] = "ChonkComputeIvcVk" |
Compute IVC verification key for the complete proof.
Definition at line 179 of file bbapi_chonk.hpp.
| ChonkComputeIvcVk::Response bb::bbapi::ChonkComputeIvcVk::execute | ( | const BBApiRequest & | request = {} | ) | && |
Definition at line 165 of file bbapi_chonk.cpp.
| bb::bbapi::ChonkComputeIvcVk::MSGPACK_FIELDS | ( | circuit | ) |
|
default |
| CircuitInputNoVK bb::bbapi::ChonkComputeIvcVk::circuit |
Definition at line 195 of file bbapi_chonk.hpp.
|
staticconstexpr |
Definition at line 180 of file bbapi_chonk.hpp.