|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "spsc_shm.hpp"#include "futex.hpp"#include "utilities.hpp"#include <atomic>#include <cassert>#include <cerrno>#include <climits>#include <cstdint>#include <cstring>#include <fcntl.h>#include <iostream>#include <stdexcept>#include <string>#include <sys/mman.h>#include <sys/stat.h>#include <unistd.h>Go to the source code of this file.
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::ipc |