- 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

@@ -66,7 +66,7 @@ protocol woolamcmv(A,B,S)
read_4(B,S, { A,B, Na,Nb }k(A,S), { A,B,Na,Nb }k(B,S) );
send_5(S,B, { B,Na,Nb,Kab }k(A,S), { A,Na,Nb,Kab }k(B,S) );
claim_10(S,Secret, Kab);
claim_14(S,Secret, Kab);
}
}