[][src]Function bellperson::groth16::create_proof

pub fn create_proof<E, C, P: ParameterSource<E>>(
    circuit: C,
    params: P,
    r: E::Fr,
    s: E::Fr
) -> Result<Proof<E>, SynthesisError> where
    E: Engine,
    C: Circuit<E>,