|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/common/assert.hpp"#include "barretenberg/common/throw_or_abort.hpp"#include "barretenberg/ecc/fields/vector_field_push_span.hpp"#include <array>#include <cstddef>Go to the source code of this file.
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
Functions | |
| template<typename Field , size_t W> | |
| std::array< Field, W > | bb::compute_lane_inverses (const std::array< Field, W > &acc_lanes, Field running_inv) noexcept |
| template<typename Params > | |
| void | bb::batch_invert (const VectorFieldPushSpan< Params > &in, VectorFieldPushSpan< Params > &out) noexcept |