pub fn get_srs<G>() -> SRS<G>where
G: NamedCurve + CommitmentCurve,Expand description
Obtains an SRS for a specific curve from disk.
ยงPanics
Panics if the SRS does not exist on disk or cannot be deserialized.
pub fn get_srs<G>() -> SRS<G>where
G: NamedCurve + CommitmentCurve,Obtains an SRS for a specific curve from disk.
Panics if the SRS does not exist on disk or cannot be deserialized.