|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/messaging/header.hpp"#include "barretenberg/serialize/msgpack_impl.hpp"#include <atomic>#include <cstdint>#include <functional>#include <mutex>#include <shared_mutex>#include <stdexcept>#include <thread>#include <utility>#include <vector>Go to the source code of this file.
Classes | |
| struct | bb::messaging::MessageHandler |
| class | bb::messaging::MessageDispatcher |
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::messaging |
Typedefs | |
| using | bb::messaging::message_handler = std::function< bool(msgpack::object &, msgpack::sbuffer &)> |