Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/dsl/acir_format/acir_format.hpp"
#include "barretenberg/dsl/acir_format/acir_to_constraint_buf.hpp"
Go to the source code of this file.
Namespaces | |
namespace | bb |
Entry point for Barretenberg command-line interface. | |
Functions | |
acir_format::WitnessVector | bb::get_witness (std::string const &witness_path) |
acir_format::AcirFormat | bb::get_constraint_system (std::string const &bytecode_path) |
acir_format::WitnessVectorStack | bb::get_witness_stack (std::string const &witness_path) |
std::vector< acir_format::AcirFormat > | bb::get_constraint_systems (std::string const &bytecode_path) |