Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/common/assert.hpp"
#include "barretenberg/common/log.hpp"
#include "barretenberg/polynomials/backing_memory.hpp"
#include <cstddef>
#include <memory>
Go to the source code of this file.
Classes | |
struct | SharedShiftedVirtualZeroesArray< T > |
A shared pointer array template that represents a virtual array filled with zeros up to virtual_size_ , but with actual memory usage proportional to the region between start_ and end_ . More... | |