|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "ipc_server.hpp"#include "shm/mpsc_shm.hpp"#include "shm/spsc_shm.hpp"#include "shm_common.hpp"#include <cstdint>#include <iostream>#include <optional>#include <string>#include <utility>#include <vector>Go to the source code of this file.
Classes | |
| class | bb::ipc::MpscShmServer |
| IPC server implementation using shared memory with multi-client support. More... | |
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::ipc |