|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "c_bind.hpp"#include "barretenberg/bbapi/bbapi_execute.hpp"#include "barretenberg/bbapi/bbapi_shared.hpp"#include "barretenberg/common/throw_or_abort.hpp"#include "barretenberg/serialize/msgpack_impl.hpp"#include <mutex>Go to the source code of this file.
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::bbapi |
Functions | |
| CommandResponse | bb::bbapi::bbapi (Command &&command) |
| Main API function that processes commands and returns responses. | |