- 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,11 +12,11 @@ protocol nsl7(I,R)
read_1(I,R, {I,ni}pk(R) );
send_2(R,I, {ni,nr,R}pk(I) );
read_3(I,R, {nr}pk(R) );
claim(I,Secret,nr,ni);
claim_4(I,Secret,nr,ni);
}
}
const Alice,Bob;
run nsl3.R(Alice,Bob);
run nsl3.R(Alice,Bob);
run nsl7.R(Alice,Bob);
run nsl7.R(Alice,Bob);