|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/chonk/chonk_step_processor.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_to_constraint_buf.hpp"#include "barretenberg/serialize/msgpack_check_eq.hpp"Go to the source code of this file.
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
Functions | |
| ChonkVkData | bb::compute_chonk_vk (acir_format::AcirProgram &program, CircuitKind kind) |
| ChonkVkCheckResult | bb::check_precomputed_chonk_vk (acir_format::AcirProgram &program, const std::vector< uint8_t > &precomputed_vk, CircuitKind kind) |
| std::shared_ptr< Chonk::MegaZKVerificationKey > | bb::deserialize_chonk_vk (const std::vector< uint8_t > &vk) |
| std::shared_ptr< MegaZKFlavor::VKAndHash > | bb::deserialize_chonk_vk_and_hash (const std::vector< uint8_t > &vk) |