- Major improvements (o.a. in progress bars etc)

This commit is contained in:
ccremers
2004-11-18 15:50:54 +00:00
parent a4f9b3c4de
commit 2b53516542
2 changed files with 71 additions and 16 deletions

View File

@@ -2,7 +2,7 @@ const pk: Function;
secret sk: Function;
inversekeys (pk,sk);
protocol carkeyni(I,R)
protocol carkeyni2(I,R)
{
role I
{
@@ -28,7 +28,7 @@ untrusted Eve;
const nc: Nonce;
compromised sk(Eve);
run carkeyni.I(Agent,Agent);
run carkeyni.R(Agent,Agent);
run carkeyni.I(Agent,Agent);
run carkeyni.R(Agent,Agent);
run carkeyni2.I(Agent,Agent);
run carkeyni2.R(Agent,Agent);
run carkeyni2.I(Agent,Agent);
run carkeyni2.R(Agent,Agent);