- 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

@@ -10,8 +10,9 @@ protocol simplest(I)
var x: Nonce;
const n: Nonce;
read(I,I, x);
send(I,I, n, {n, x}k );
read_1(I,I, x);
send_2(I,I, n, {n, x}k );
claim_3(I, Secret, n);
}
}