Function srs_to_bytes

Source
pub fn srs_to_bytes<'a, G>(srs: &'a SRS<G>) -> Vec<u8> 
where G: CommitmentCurve, GroupAffineCached: From<&'a G>, BigInt: From<&'a <G as AffineCurve>::ScalarField> + From<&'a <G as AffineCurve>::BaseField>,