Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "log.hpp"
#include "thread.hpp"
#include "thread_pool.hpp"
#include <atomic>
#include <condition_variable>
#include <functional>
#include <mutex>
#include <queue>
#include <thread>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | bb |
Entry point for Barretenberg command-line interface. | |
Functions | |
void | bb::parallel_for_queued (size_t num_iterations, const std::function< void(size_t)> &func) |