Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
get_grumpkin_crs.hpp
Go to the documentation of this file.
1#pragma once
4#include <filesystem>
5#include <fstream>
6#include <ios>
7
8namespace bb {
9
11 size_t num_points,
12 bool allow_download = true);
13
14}
Entry point for Barretenberg command-line interface.
std::vector< curve::Grumpkin::AffineElement > get_grumpkin_g1_data(const std::filesystem::path &path, size_t num_points, bool allow_download)
constexpr decltype(auto) get(::tuplet::tuple< T... > &&t) noexcept
Definition tuple.hpp:13