Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
api_acir.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <filesystem>
4
5namespace bb {
6
17void acir_roundtrip(const std::filesystem::path& bytecode_path, const std::filesystem::path& output_path);
18
19} // namespace bb
Entry point for Barretenberg command-line interface.
Definition api.hpp:5
void 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 outp...
Definition api_acir.cpp:14