File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,6 @@ impl<S: SpartanExtensionField> R1CSProof<S> {
7878 num_witness_secs : usize ,
7979 num_inputs : Vec < usize > ,
8080 claim : & S ,
81- blind_claim : & S ,
8281 evals_eq : & mut DensePolynomial < S > ,
8382 evals_ABC : & mut DensePolynomialPqx < S > ,
8483 evals_z : & mut DensePolynomialPqx < S > ,
@@ -321,7 +320,6 @@ impl<S: SpartanExtensionField> R1CSProof<S> {
321320 let r_C: S = transcript. challenge_scalar ( b"challenge_Cz" ) ;
322321
323322 let claim_phase2 = r_A * * Az_claim + r_B * * Bz_claim + r_C * * Cz_claim ;
324- let blind_claim_phase2 = r_A * Az_blind + r_B * Bz_blind + r_C * Cz_blind ;
325323
326324 let timer_tmp = Timer :: new ( "prove_abc_gen" ) ;
327325 let evals_ABC = {
@@ -386,7 +384,6 @@ impl<S: SpartanExtensionField> R1CSProof<S> {
386384 num_witness_secs,
387385 num_inputs. clone ( ) ,
388386 & claim_phase2,
389- & blind_claim_phase2,
390387 & mut eq_p_rp_poly,
391388 & mut ABC_poly ,
392389 & mut Z_poly ,
You can’t perform that action at this time.
0 commit comments