Browse Source

remove zero knowledge from spartan r1cs-sat proof and verification

master
Mara Mihali 1 year ago
parent
commit
09251a9439
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/sumcheck.rs

+ 0
- 1
src/sumcheck.rs

@ -829,7 +829,6 @@ impl ZKSumcheckInstanceProof {
// add two claims to transcript
comm_claim_per_round.append_to_transcript(b"comm_claim_per_round", transcript);
comm_eval.append_to_transcript(b"comm_eval", transcript);
// produce two weights
let w = transcript.challenge_vector(b"combine_two_claims_to_one", 2);

Loading…
Cancel
Save