Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/api/api_avm.hpp"
#include "barretenberg/api/api_client_ivc.hpp"
#include "barretenberg/api/api_msgpack.hpp"
#include "barretenberg/api/api_ultra_honk.hpp"
#include "barretenberg/api/file_io.hpp"
#include "barretenberg/api/prove_tube.hpp"
#include "barretenberg/bb/cli11_formatter.hpp"
#include "barretenberg/bbapi/bbapi.hpp"
#include "barretenberg/bbapi/bbapi_ultra_honk.hpp"
#include "barretenberg/bbapi/c_bind.hpp"
#include "barretenberg/common/op_count.hpp"
#include "barretenberg/common/thread.hpp"
#include "barretenberg/flavor/ultra_rollup_flavor.hpp"
#include "barretenberg/srs/factories/native_crs_factory.hpp"
#include "barretenberg/srs/global_crs.hpp"
#include <fstream>
#include <iostream>
Go to the source code of this file.
Namespaces | |
namespace | bb |
Entry point for Barretenberg command-line interface. | |
Functions | |
void | bb::print_active_subcommands (const CLI::App &app, const std::string &prefix="bb command: ") |
CLI::App * | bb::find_deepest_subcommand (CLI::App *app) |
void | bb::print_subcommand_options (const CLI::App *sub) |
int | bb::parse_and_run_cli_command (int argc, char *argv[]) |
Parse command line arguments and run the corresponding command. | |
Variables | |
const char *const | bb::BB_VERSION_PLACEHOLDER = "00000000.00000000.00000000" |