remove zero knowledge from spartan r1cs-sat proof and verification

This commit is contained in:
Mara Mihali
2022-07-21 14:34:30 +01:00
parent 632b95b4c8
commit 09251a9439

View File

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