|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "polynomial.hpp"#include "barretenberg/common/assert.hpp"#include "barretenberg/common/bb_bench.hpp"#include "barretenberg/common/slab_allocator.hpp"#include "barretenberg/common/thread.hpp"#include "barretenberg/numeric/bitop/get_msb.hpp"#include "barretenberg/numeric/bitop/pow.hpp"#include "barretenberg/polynomials/backing_memory.hpp"#include "barretenberg/polynomials/shared_shifted_virtual_zeroes_array.hpp"#include "polynomial_arithmetic.hpp"#include <cstddef>#include <fcntl.h>#include <list>#include <memory>#include <mutex>#include <span>#include <sys/stat.h>#include <unordered_map>#include <utility>Go to the source code of this file.
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
Functions | |
| template<typename Fr > | |
| SharedShiftedVirtualZeroesArray< Fr > | bb::_clone (const SharedShiftedVirtualZeroesArray< Fr > &array, size_t right_expansion=0, size_t left_expansion=0) |