Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/common/assert.hpp"
#include "barretenberg/common/mem.hpp"
#include "barretenberg/common/ref_array.hpp"
#include "barretenberg/common/ref_vector.hpp"
#include "barretenberg/common/serialize.hpp"
#include "barretenberg/common/slab_allocator.hpp"
#include "barretenberg/common/throw_or_abort.hpp"
#include <cstddef>
Go to the source code of this file.
Classes | |
class | bb::Selector< FF > |
Abstract interface for a generic selector. More... | |
class | bb::ZeroSelector< FF > |
Selector specialization that only allows zeros. More... | |
class | bb::SlabVectorSelector< FF > |
Selector backed by a slab allocator vector. More... | |
class | bb::ExecutionTraceBlock< FF, NUM_WIRES_ > |
Basic structure for storing gate data in a builder. More... | |
Namespaces | |
namespace | bb |
Entry point for Barretenberg command-line interface. | |