|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Decompress a compressed Chonk proof back to field elements. More...
#include <bbapi_chonk.hpp>
Classes | |
| struct | Response |
Public Member Functions | |
| Response | execute (const BBApiRequest &request={}) && |
| MSGPACK_FIELDS (compressed_proof) | |
| bool | operator== (const ChonkDecompressProof &) const =default |
Public Attributes | |
| std::vector< uint8_t > | compressed_proof |
Static Public Attributes | |
| static constexpr const char | MSGPACK_SCHEMA_NAME [] = "ChonkDecompressProof" |
Decompress a compressed Chonk proof back to field elements.
Derives mega_num_public_inputs from the compressed size automatically.
Definition at line 291 of file bbapi_chonk.hpp.
| ChonkDecompressProof::Response bb::bbapi::ChonkDecompressProof::execute | ( | const BBApiRequest & | request = {} | ) | && |
Definition at line 301 of file bbapi_chonk.cpp.
| bb::bbapi::ChonkDecompressProof::MSGPACK_FIELDS | ( | compressed_proof | ) |
|
default |
| std::vector<uint8_t> bb::bbapi::ChonkDecompressProof::compressed_proof |
Definition at line 301 of file bbapi_chonk.hpp.
|
staticconstexpr |
Definition at line 292 of file bbapi_chonk.hpp.