From 884db51a4bf27fac55e8500fe3dc5afc5d459eaf Mon Sep 17 00:00:00 2001 From: ccremers Date: Thu, 14 Oct 2004 14:41:27 +0000 Subject: [PATCH] - Added (false) Nisynch, Niagree claims. - Shortened the names. --- spdl/splice-as.spdl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/spdl/splice-as.spdl b/spdl/splice-as.spdl index 76a2e63..6637208 100644 --- a/spdl/splice-as.spdl +++ b/spdl/splice-as.spdl @@ -18,6 +18,8 @@ protocol spliceAS(C,AS,S) read_6(S,C, S, C, {S, N2}pk(C) ); claim_7(C, Secret, N2); + claim_9(C, Niagree); + claim_10(C, Nisynch); } role AS @@ -46,10 +48,12 @@ protocol spliceAS(C,AS,S) send_6(S,C, S, C, {S, N2}pk(C) ); claim_8(S, Secret, N2); + claim_11(S, Niagree); + claim_12(S, Nisynch); } } -const Alice,Bob,Eve: Agent; +const A,B,Eve: Agent; untrusted Eve; const ne: Nonce;