|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <atomic>#include <memory>#include <stdexcept>Go to the source code of this file.
Classes | |
| class | bb::avm2::simulation::CancelledException |
| Exception thrown when simulation is cancelled. More... | |
| class | bb::avm2::simulation::CancellationToken |
| A thread-safe cancellation token for C++ AVM simulation. More... | |
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::avm2 |
| namespace | bb::avm2::simulation |
Typedefs | |
| using | bb::avm2::simulation::CancellationTokenPtr = std::shared_ptr< CancellationToken > |