|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Verify a ClientIVC proof with its verification key. More...
#include <bbapi_client_ivc.hpp>
Classes | |
| struct | Response |
| Contains the verification result. More... | |
Public Member Functions | |
| Response | execute (const BBApiRequest &request={}) && |
| MSGPACK_FIELDS (proof, vk) | |
| bool | operator== (const ClientIvcVerify &) const =default |
Public Attributes | |
| ClientIVC::Proof | proof |
| The ClientIVC proof to verify. | |
| std::vector< uint8_t > | vk |
| The verification key. | |
Static Public Attributes | |
| static constexpr const char | MSGPACK_SCHEMA_NAME [] = "ClientIvcVerify" |
Verify a ClientIVC proof with its verification key.
Definition at line 122 of file bbapi_client_ivc.hpp.
| ClientIvcVerify::Response bb::bbapi::ClientIvcVerify::execute | ( | const BBApiRequest & | request = {} | ) | && |
Definition at line 135 of file bbapi_client_ivc.cpp.
|
default |
|
staticconstexpr |
Definition at line 123 of file bbapi_client_ivc.hpp.
| ClientIVC::Proof bb::bbapi::ClientIvcVerify::proof |
The ClientIVC proof to verify.
Definition at line 139 of file bbapi_client_ivc.hpp.
| std::vector<uint8_t> bb::bbapi::ClientIvcVerify::vk |
The verification key.
Definition at line 141 of file bbapi_client_ivc.hpp.