fn create_and_store_srs_with_path(
force_overwrite: bool,
domain_size: usize,
srs_path: PathBuf,
) -> PairingSRS<BN254>Expand description
Creates a BN254 SRS. If the overwrite_srs flag is on, or
SRS_OVERWRITE env variable is ON, also writes it into the file.