- 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

@@ -12,6 +12,7 @@ protocol onetrace(I)
read_1(I,I, input);
send_2(I,I, Hallo);
read_3(I,I, input);
claim_4(I, Secret, input);
}
}