- read should be labeled 1 to make it match with the first send

This commit is contained in:
gijs 2005-04-29 13:28:15 +00:00
parent f206d4258f
commit 87c49850b4

View File

@ -29,7 +29,7 @@ protocol ccitt5091c(I,R)
var Ta: Timestamp;
var Na,Xa,Ya: Nonce;
read_2(I,R, I,{Ta, Na, R, Xa,{Ya,{hash(Ya)}sk(I)}pk(R)}sk(I));
read_1(I,R, I,{Ta, Na, R, Xa,{Ya,{hash(Ya)}sk(I)}pk(R)}sk(I));
claim_3(R,Nisynch);
# There should also be Fresh Xa and Fresh Ya claims here
}