Function bellperson::groth16::aggregate::aggregate_proofs_and_instances

source ยท
pub fn aggregate_proofs_and_instances<E>(
    srs: &ProverSRSInputAggregation<E>,
    transcript_include: &[u8],
    statements: &[Vec<E::Fr>],
    proofs: &[Proof<E>],
    version: AggregateVersion,
) -> Result<AggregateProofAndInstance<E>, SynthesisError>