Function snarkvm_algorithms::snark::groth16::create_proof_no_zk [−][src]
pub fn create_proof_no_zk<E, C>(
circuit: &C,
params: &ProvingKey<E>
) -> Result<Proof<E>, SynthesisError> where
E: PairingEngine,
C: ConstraintSynthesizer<E::Fr>,