|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/common/throw_or_abort.hpp"#include "ipc_server.hpp"#include "shm/spsc_shm.hpp"#include "shm_common.hpp"#include <cstdint>#include <cstring>#include <fcntl.h>#include <iostream>#include <optional>#include <string>#include <sys/mman.h>#include <sys/types.h>#include <unistd.h>#include <utility>Go to the source code of this file.
Classes | |
| class | bb::ipc::ShmServer |
| IPC server implementation using shared memory. More... | |
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::ipc |