|
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={}) && |
| SERIALIZATION_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 318 of file bbapi_chonk.hpp.
| ChonkCompressProof::Response bb::bbapi::ChonkCompressProof::execute | ( | const BBApiRequest & | request = {} | ) | && |
Definition at line 368 of file bbapi_chonk.cpp.
|
default |
| bb::bbapi::ChonkCompressProof::SERIALIZATION_FIELDS | ( | proof | ) |
|
staticconstexpr |
Definition at line 319 of file bbapi_chonk.hpp.
| ChonkProof bb::bbapi::ChonkCompressProof::proof |
Definition at line 328 of file bbapi_chonk.hpp.