|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/api/api_acir.hpp"#include "barretenberg/api/file_io.hpp"#include "barretenberg/common/assert.hpp"#include "barretenberg/common/get_bytecode.hpp"#include "barretenberg/common/log.hpp"#include "barretenberg/dsl/acir_format/serde/index.hpp"#include "barretenberg/serialize/msgpack.hpp"#include <iostream>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). | |