fn read_bn254_srs_from_disk(srs_path: PathBuf) -> PairingSRS<BN254>Expand description
Tries to read the SRS from disk, otherwise panics. Returns the value without Lagrange basis.
fn read_bn254_srs_from_disk(srs_path: PathBuf) -> PairingSRS<BN254>Tries to read the SRS from disk, otherwise panics. Returns the value without Lagrange basis.