|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "private_execution_steps.hpp"#include "barretenberg/client_ivc/client_ivc.hpp"#include "barretenberg/common/serialize.hpp"#include "barretenberg/dsl/acir_format/acir_to_constraint_buf.hpp"#include <libdeflate.h>Go to the source code of this file.
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
Functions | |
| std::vector< uint8_t > | bb::compress (const std::vector< uint8_t > &input) |
| std::vector< uint8_t > | bb::decompress (const void *bytes, size_t size) |
| template<typename T > | |
| T | bb::unpack_from_file (const std::filesystem::path &filename) |