- Updated many protocols according to the tests.

This commit is contained in:
ccremers
2004-10-18 13:45:58 +00:00
parent 70d076644d
commit 3ee392ca08
20 changed files with 74 additions and 89 deletions

View File

@@ -22,7 +22,7 @@ protocol broken1(I,R,S)
{
read_3(S, R, {HelloWorld, S, I, R}k );
read_1(I, R, PlainSight, {HelloWorld, I, R}k );
claim(R, Secret, PlainSight);
claim_4(R, Secret, PlainSight);
}
role S
{