- Remove some small modelling errors

- New way to model Neumann Stub (it should be 2 distinct protocols)
This commit is contained in:
gijs
2005-06-27 11:50:24 +00:00
parent 6fb6aa33dd
commit c2b3f6492f
5 changed files with 79 additions and 43 deletions

View File

@@ -22,7 +22,7 @@ protocol denningSaccoSessionKeyCompromise(C)
role C {
const Ni,Nr: Nonce;
const Kir: SessionKey;
const T: Ticket;
const T: TimeStamp;
var I,R,S: Agent;
read_C1(C,C, I,R,S);