|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "api_ultra_honk.hpp"#include "barretenberg/api/file_io.hpp"#include "barretenberg/bbapi/bbapi_ultra_honk.hpp"#include "barretenberg/common/bb_bench.hpp"#include "barretenberg/common/get_bytecode.hpp"#include "barretenberg/common/map.hpp"#include "barretenberg/common/throw_or_abort.hpp"#include "barretenberg/dsl/acir_format/acir_to_constraint_buf.hpp"#include "barretenberg/dsl/acir_format/proof_surgeon.hpp"#include "barretenberg/dsl/acir_proofs/honk_contract.hpp"#include "barretenberg/dsl/acir_proofs/honk_optimized_contract.hpp"#include "barretenberg/dsl/acir_proofs/honk_zk_contract.hpp"#include "barretenberg/honk/proof_system/types/proof.hpp"#include "barretenberg/numeric/uint256/uint256.hpp"#include "barretenberg/special_public_inputs/special_public_inputs.hpp"#include "barretenberg/srs/global_crs.hpp"#include <iomanip>#include <optional>#include <sstream>Go to the source code of this file.
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |