|
|
static void | read_transcript_g2 (std::string const &srs_path) |
| |
|
static void | read_transcript (typename Curve::AffineElement *monomials, size_t degree, std::string const &srs_path) |
| |
◆ SRS_PATH
template<typename Curve >
Initial value:= []() {
if constexpr (std::same_as<Curve, curve::BN254>) {
return "../srs_db/ignition";
} else if constexpr (std::same_as<Curve, curve::Grumpkin>) {
return "../srs_db/grumpkin";
}
}()
The documentation for this class was generated from the following file: