|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/bbapi/bbapi_chonk.hpp"#include "barretenberg/chonk/chonk_verifier.hpp"#include "barretenberg/chonk/mock_circuit_producer.hpp"#include "barretenberg/chonk/proof_compression.hpp"#include "barretenberg/commitment_schemes/ipa/ipa.hpp"#include "barretenberg/commitment_schemes/verification_key.hpp"#include "barretenberg/common/log.hpp"#include "barretenberg/common/memory_profile.hpp"#include "barretenberg/common/serialize.hpp"#include "barretenberg/common/throw_or_abort.hpp"#include "barretenberg/dsl/acir_format/acir_format.hpp"#include "barretenberg/dsl/acir_format/acir_to_constraint_buf.hpp"#include "barretenberg/dsl/acir_format/hypernova_recursion_constraint.hpp"#include "barretenberg/dsl/acir_format/serde/witness_stack.hpp"#include "barretenberg/eccvm/eccvm_flavor.hpp"#include "barretenberg/serialize/msgpack_check_eq.hpp"#include "barretenberg/stdlib_circuit_builders/mega_circuit_builder.hpp"#include <algorithm>#include <cerrno>#include <chrono>#include <csignal>#include <cstring>#include <fcntl.h>#include <limits>#include <sys/stat.h>#include <thread>#include <unistd.h>Go to the source code of this file.
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::bbapi |
Macros | |
| #define | BBAPI_CHONK_EXCEPTION_WHAT(exception) (exception).what() |
Functions | |
| template<typename VerificationKey > | |
| bool | bb::bbapi::has_expected_vk_size (const std::vector< uint8_t > &vk_bytes, const char *label) |
| #define BBAPI_CHONK_EXCEPTION_WHAT | ( | exception | ) | (exception).what() |
Definition at line 36 of file bbapi_chonk.cpp.