Function srs_from_bytes

Source
pub fn srs_from_bytes<G>(bytes: &[u8]) -> SRS<G>
where G: CommitmentCurve + for<'a> From<&'a GroupAffineCached>,