25MemBn254CrsFactory
init_bn254_crs(
const std::filesystem::path& path,
26 size_t dyadic_circuit_size,
27 bool allow_download =
true);
29 size_t eccvm_dyadic_circuit_size,
30 bool allow_download =
true);
NativeBn254CrsFactory(const std::filesystem::path &path, bool allow_download=true)
std::shared_ptr< MemBn254CrsFactory > mem_crs_
std::filesystem::path path_
std::shared_ptr< Crs< curve::BN254 > > get_crs(size_t degree) override
std::filesystem::path path_
std::shared_ptr< Crs< curve::Grumpkin > > get_crs(size_t degree) override
NativeGrumpkinCrsFactory(const std::filesystem::path &path, bool allow_download=true)
std::unique_ptr< MemGrumpkinCrsFactory > mem_crs_
MemBn254CrsFactory init_bn254_crs(const std::filesystem::path &path, size_t dyadic_circuit_size, bool allow_download)
Initialize a memory crs factory for bn254 based on a known dyadic circuit size.
MemGrumpkinCrsFactory init_grumpkin_crs(const std::filesystem::path &path, size_t eccvm_dyadic_circuit_size, bool allow_download)
Initialize a memory crs factory for grumpkin based on a known dyadic circuit size.
constexpr decltype(auto) get(::tuplet::tuple< T... > &&t) noexcept