|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Compress a Chonk proof to a compact byte representation. More...
#include <bbapi_chonk.hpp>
Classes | |
| struct | Response |
Public Member Functions | |
| Response | execute (const BBApiRequest &request={}) && |
| MSGPACK_FIELDS (proof) | |
| bool | operator== (const ChonkCompressProof &) const =default |
Public Attributes | |
| ChonkProof | proof |
Static Public Attributes | |
| static constexpr const char | MSGPACK_SCHEMA_NAME [] = "ChonkCompressProof" |
Compress a Chonk proof to a compact byte representation.
Uses point compression and uniform 32-byte encoding to reduce proof size (~1.72x).
Definition at line 269 of file bbapi_chonk.hpp.
| ChonkCompressProof::Response bb::bbapi::ChonkCompressProof::execute | ( | const BBApiRequest & | request = {} | ) | && |
Definition at line 295 of file bbapi_chonk.cpp.
| bb::bbapi::ChonkCompressProof::MSGPACK_FIELDS | ( | proof | ) |
|
default |
|
staticconstexpr |
Definition at line 270 of file bbapi_chonk.hpp.
| ChonkProof bb::bbapi::ChonkCompressProof::proof |
Definition at line 279 of file bbapi_chonk.hpp.