- Non-unique claim label.
This commit is contained in:
parent
8e4e0275e8
commit
50c7bbe6c5
@ -18,6 +18,7 @@ protocol gongnonce(I,R,S)
|
||||
claim_6 (I, Secret, ki);
|
||||
claim_7 (I, Secret, kr);
|
||||
claim_8 (I, Nisynch);
|
||||
claim_9 (I, Niagree);
|
||||
}
|
||||
|
||||
role R
|
||||
@ -31,9 +32,10 @@ protocol gongnonce(I,R,S)
|
||||
send_2 (R,S, I,R, nr, { R,S,R, kr, I,ni }k(R,S));
|
||||
read_5 (S,R, { S,R,I, ki, R, nr }k(R,S) );
|
||||
|
||||
claim_9 (R, Secret, ki);
|
||||
claim_10 (R, Secret, kr);
|
||||
claim_11 (R, Nisynch);
|
||||
claim_10 (R, Secret, ki);
|
||||
claim_11 (R, Secret, kr);
|
||||
claim_12 (R, Nisynch);
|
||||
claim_13 (R, Niagree);
|
||||
}
|
||||
|
||||
role S
|
||||
|
Loading…
Reference in New Issue
Block a user