From 59f61abb9fd43d56f8ed059611ec0a99c475eb1a Mon Sep 17 00:00:00 2001 From: ccremers Date: Sun, 22 Feb 2004 13:05:59 +0000 Subject: [PATCH] - Update for new claims. --- spdl/speedtest.spdl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spdl/speedtest.spdl b/spdl/speedtest.spdl index bc8158f..1d760f9 100644 --- a/spdl/speedtest.spdl +++ b/spdl/speedtest.spdl @@ -12,7 +12,7 @@ protocol ns3(I,R) send_1(I,R, {I,ni}pk(R) ); read_2(R,I, {ni,nr}pk(I) ); send_3(I,R, {nr}pk(R) ); - claim(I,nr); + claim(I,Secret,nr); } role R @@ -23,7 +23,7 @@ protocol ns3(I,R) read_1(I,R, {I,ni}pk(R) ); send_2(R,I, {ni,nr}pk(I) ); read_3(I,R, {nr}pk(R) ); - claim(I,ni); + claim(I,Secret,ni); } }