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> {
78
78
num_witness_secs : usize ,
79
79
num_inputs : Vec < usize > ,
80
80
claim : & S ,
81
- blind_claim : & S ,
82
81
evals_eq : & mut DensePolynomial < S > ,
83
82
evals_ABC : & mut DensePolynomialPqx < S > ,
84
83
evals_z : & mut DensePolynomialPqx < S > ,
@@ -321,7 +320,6 @@ impl<S: SpartanExtensionField> R1CSProof<S> {
321
320
let r_C: S = transcript. challenge_scalar ( b"challenge_Cz" ) ;
322
321
323
322
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 ;
325
323
326
324
let timer_tmp = Timer :: new ( "prove_abc_gen" ) ;
327
325
let evals_ABC = {
@@ -386,7 +384,6 @@ impl<S: SpartanExtensionField> R1CSProof<S> {
386
384
num_witness_secs,
387
385
num_inputs. clone ( ) ,
388
386
& claim_phase2,
389
- & blind_claim_phase2,
390
387
& mut eq_p_rp_poly,
391
388
& mut ABC_poly ,
392
389
& mut Z_poly ,
You can’t perform that action at this time.
0 commit comments