|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/ipc/shm/spsc_shm.hpp"#include <cassert>#include <cstring>#include <iostream>#include <span>#include <stdexcept>Go to the source code of this file.
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::ipc |
Functions | |
| bool | bb::ipc::ring_send_msg (SpscShm &ring, const void *data, size_t len, uint64_t timeout_ns) |
| std::span< const uint8_t > | bb::ipc::ring_receive_msg (SpscShm &ring, uint64_t timeout_ns) |