mirror of
https://github.com/arnaucube/testudo.git
synced 2026-01-12 16:51:28 +01:00
remove zero knowledge from spartan r1cs-sat proof and verification
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user