Function srs_to_bytes

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