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