|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <filesystem>Go to the source code of this file.
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
Functions | |
| void | bb::acir_roundtrip (const std::filesystem::path &bytecode_path, const std::filesystem::path &output_path) |
| Deserialize an ACIR program from bytecode (msgpack), re-serialize it, and write the result to an output file as raw bytes (format marker + msgpack payload). | |