read_bn254_srs_from_disk

Function read_bn254_srs_from_disk 

Source
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.