Equations
- One or more equations did not get rendered due to their size.
Instances For
theorem
DY.Example.SignedDHKEM.honestAttacker_properties :
have tr := (honestAttacker.run Trace.nil).snd.val;
Trace.Reachable reachability tr ∧ ∃ (t1 : Nat), ∃ (t2 : Nat), ∃ (xPk : Bytes), ∃ (yPk : Bytes), ∃ (zPk : Bytes), ∃ (k : Bytes), t1 < t2 ∧ Trace.EventLoggedAt (SignedDHKEMEvent.ServerFinishEvent "Bob" xPk yPk zPk k) t1 tr ∧ Trace.EventLoggedAt (SignedDHKEMEvent.ClientFinishEvent "Alice" "Bob" xPk yPk zPk k) t2 tr
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.