Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
mem_grumpkin_crs_factory.hpp
Go to the documentation of this file.
1#pragma once
2#include "crs_factory.hpp"
3#include <cstddef>
4#include <utility>
5
6namespace bb::srs::factories {
7
23
24} // namespace bb::srs::factories
std::shared_ptr< Crs< curve::Grumpkin > > crs_
MemGrumpkinCrsFactory(MemGrumpkinCrsFactory &&other)=default
std::shared_ptr< Crs< curve::Grumpkin > > get_crs(size_t degree) override
constexpr decltype(auto) get(::tuplet::tuple< T... > &&t) noexcept
Definition tuple.hpp:13