- 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

@@ -32,11 +32,11 @@ protocol kaochow3SessionKeyCompromise(C)
Nr,
{I,R,T2,Kir}k(R,S),
{Nr,Kir}Kt,
Kir,
Kt
Kir
// Kt
);
claim_C3(C,Empty, (Compromised,Kir));
claim_C4(C,Empty, (Compromised,Kt));
// claim_C4(C,Empty, (Compromised,Kt));
}
}