- Updates for the new claims stuff.

This commit is contained in:
ccremers
2004-02-22 13:16:53 +00:00
parent 59f61abb9f
commit 95f8558514
16 changed files with 29 additions and 29 deletions

View File

@@ -28,7 +28,7 @@ protocol woolamce(A,B,S)
send_6(B,A, { B,(Na,(Nb,Kab)) }Kas, { Na,Nb }Kab );
read_7(A,B, { Nb }Kab );
claim(B,authToken);
claim(B,Secret,authToken);
}
}