Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "engine.hpp"
#include "barretenberg/common/assert.hpp"
#include <array>
#include <cstring>
#include <functional>
#include <random>
#include <sys/random.h>
Go to the source code of this file.
Classes | |
class | bb::numeric::RandomEngine |
class | bb::numeric::DebugEngine |
Namespaces | |
namespace | bb |
Entry point for Barretenberg command-line interface. | |
namespace | bb::numeric |
Functions | |
RNG & | bb::numeric::get_debug_randomness (bool reset, std::uint_fast64_t seed) |
RNG & | bb::numeric::get_randomness () |
uint8_t buffer[RANDOM_BUFFER_SIZE] |
Definition at line 34 of file engine.cpp.
ssize_t offset = -1 |
Definition at line 36 of file engine.cpp.