Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
engine.cpp File Reference
#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

RNGbb::numeric::get_debug_randomness (bool reset, std::uint_fast64_t seed)
 
RNGbb::numeric::get_randomness ()
 

Variable Documentation

◆ buffer

uint8_t buffer[RANDOM_BUFFER_SIZE]

Definition at line 34 of file engine.cpp.

◆ offset

ssize_t offset = -1

Definition at line 36 of file engine.cpp.