Documentation

Gossip.Evaluation

theorem makeCall_shares_secrets {n : } {a b : Fin n} :
theorem addAgentOldOld {n : } {s : GossipState n} {i j : Fin n} :
theorem addAgentOldNew {n : } {s : GossipState n} {i : Fin n} :
theorem addAgentNewOld {n : } {s : GossipState n} {i : Fin n} :
theorem persistsCallBefore (n : ) (σ : List (Call n)) (i j k l : Fin n) :
makeCalls (initialState n) σ i jmakeCalls (makeCall (initialState n) (k, l)) σ i j
theorem persistsCallAfter (n : ) (i j k l : Fin n) (s : GossipState n) :
s i jmakeCall s (k, l) i j
theorem initiallyOwnSecret (n : ) (i : Fin n) :
theorem intiallyNoSecrets (n : ) (i j : Fin n) :
i j¬initialState n i j
def calls :
Equations
Instances For
    def calls_big :
    List (Call 10)
    Equations
    Instances For