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
2
#include <
barretenberg/ecc/curves/bn254/g1.hpp
>
3
#include <
barretenberg/ecc/curves/grumpkin/grumpkin.hpp
>
4
#include <filesystem>
5
#include <fstream>
6
#include <ios>
7
8
namespace
bb
{
9
10
std::vector<curve::Grumpkin::AffineElement>
get_grumpkin_g1_data
(
const
std::filesystem::path& path,
11
size_t
num_points,
12
bool
allow_download =
true
);
13
14
}
grumpkin.hpp
g1.hpp
bb
Entry point for Barretenberg command-line interface.
Definition
acir_format_getters.cpp:6
bb::get_grumpkin_g1_data
std::vector< curve::Grumpkin::AffineElement > get_grumpkin_g1_data(const std::filesystem::path &path, size_t num_points, bool allow_download)
Definition
get_grumpkin_crs.cpp:27
std::get
constexpr decltype(auto) get(::tuplet::tuple< T... > &&t) noexcept
Definition
tuple.hpp:13
src
barretenberg
srs
factories
get_grumpkin_crs.hpp
Generated by
1.9.8