Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
private_execution_steps.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  bb
 Entry point for Barretenberg command-line interface.
 

Functions

std::vector< uint8_t > bb::compress (const std::vector< uint8_t > &input)
 Save modified ivc-inputs.msgpack when VKs are rewritten.
 
std::vector< uint8_t > bb::decompress (const void *bytes, size_t size)
 Decompress bytecode and witness fields from ivc-inputs.msgpack.
 
template<typename T >
bb::unpack_from_file (const std::filesystem::path &filename)
 Deserialize msgpack data from file.