Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
acir_format_getters.hpp
Go to the documentation of this file.
1#pragma once
4
5namespace bb {
6acir_format::WitnessVector get_witness(std::string const& witness_path);
7acir_format::AcirFormat get_constraint_system(std::string const& bytecode_path);
8acir_format::WitnessVectorStack get_witness_stack(std::string const& witness_path);
9std::vector<acir_format::AcirFormat> get_constraint_systems(std::string const& bytecode_path);
10} // namespace bb
std::vector< std::pair< uint32_t, WitnessVector > > WitnessVectorStack
bb::SlabVector< bb::fr > WitnessVector
Entry point for Barretenberg command-line interface.
acir_format::WitnessVector get_witness(std::string const &witness_path)
acir_format::AcirFormat get_constraint_system(std::string const &bytecode_path)
acir_format::WitnessVectorStack get_witness_stack(std::string const &witness_path)
std::vector< acir_format::AcirFormat > get_constraint_systems(std::string const &bytecode_path)