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
5
namespace
bb
{
6
17
void
acir_roundtrip
(
const
std::filesystem::path& bytecode_path,
const
std::filesystem::path& output_path);
18
19
}
// namespace bb
bb
Entry point for Barretenberg command-line interface.
Definition
api.hpp:5
bb::acir_roundtrip
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
src
barretenberg
api
api_acir.hpp
Generated by
1.9.8