- Using the scyther.py -e command, I found and fixed some errors.

This commit is contained in:
ccremers
2005-03-03 15:29:35 +00:00
parent 531f0aa469
commit 533cf46080
5 changed files with 8 additions and 8 deletions

View File

@@ -14,9 +14,9 @@ protocol kaochow(I,R,S)
read_3 (R,I, {I,R,ni,kir}k(I,S), {ni}kir, nr );
send_4 (I,R, {nr}kir );
claim_5 (R, Nisynch);
claim_6 (R, Niagree);
claim_7 (R, Secret, kir);
claim_5 (I, Nisynch);
claim_6 (I, Niagree);
claim_7 (I, Secret, kir);
}
role R