- read should be labeled 1 to make it match with the first send
This commit is contained in:
parent
f206d4258f
commit
87c49850b4
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user