Skip to content

Commit

Permalink
Remove a comment that doesn't make sense anymore
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 585597252
Change-Id: Ic2ee764cb7c20a0c26ca669f4728ecfa8c6f5ef5
  • Loading branch information
girving authored and copybara-github committed Nov 27, 2023
1 parent 977d716 commit d9ca51a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Debate/Protocol.lean
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@ def bob (c s q : ℝ) : Bob := bob' c s q BobId
We reuse Honest Bob with a weaker error probability, which we will set later. -/
def vera (s v q : ℝ) : Vera := bob' s v q VeraId

/-- One step of the debate protocol.
c and s are the completeness and soundness parameters of the verifier. -/
/-- One step of the debate protocol -/
def step (alice : Alice) (bob : Bob) (vera : Vera) (y : Vector Bool n) :
Comp AllIds (State (n+1)) := do
let p ← (alice _ y).allow_all
Expand Down

0 comments on commit d9ca51a

Please sign in to comment.