Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/bbapi/bbapi.hpp"
#include "barretenberg/bbapi/c_bind.hpp"
#include "barretenberg/common/log.hpp"
#include "barretenberg/serialize/msgpack.hpp"
#include <cstdint>
#include <fstream>
#include <iostream>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | bb |
Entry point for Barretenberg command-line interface. | |
Functions | |
int | bb::process_msgpack_commands (std::istream &input_stream) |
Process msgpack API commands from an input stream. | |
int | bb::execute_msgpack_run (const std::string &msgpack_input_file) |
Execute msgpack run command. | |