Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/common/zip_view.hpp"
#include "group.hpp"
#include <cstddef>
#include <cxxabi.h>
#include <span>
#include <sstream>
Go to the source code of this file.
Classes | |
struct | bb::detail::DomainSeparator< N > |
struct | bb::detail::PrecomputedGenerators< domain_separator, AffineElement, num_generators, starting_index > |
Namespaces | |
namespace | bb |
Entry point for Barretenberg command-line interface. | |
namespace | bb::detail |
Functions | |
template<typename Group , detail::DomainSeparator domain_separator, std::size_t num_generators, std::size_t starting_index = 0> | |
constexpr std::span< const typename Group::affine_element > | bb::get_precomputed_generators () |
template<typename Group , detail::DomainSeparator domain_separator, std::size_t num_generators, std::size_t starting_index = 0> | |
bool | bb::check_precomputed_generators () |