Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. learnKey. State = 1 /\ Rcv({SERVER.PK_SERVER'}_inv(PKs))
  2. =|> State':= 2
  3. /\ KeyRing':=cons(SERVER.PK_SERVER', KeyRing)
  4. /\ Nonce_RETRAIT':=new()
  5. /\ Snd({Nonce_RETRAIT'.RETRAIT}_PK_SERVER')
  6. /\ secret(Nonce_RETRAIT', sna, {RETRAIT,SERVER})
  7. /\ witness(RETRAIT, SERVER, bob_alice_na, Nonce_RETRAIT')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement