Fix the protocol name in denning-sacco-lowe

This commit is contained in:
gijs 2005-05-10 14:08:51 +00:00
parent 934eb3fd2a
commit 0930556f2e

View File

@ -19,7 +19,7 @@ secret k: Function;
usertype PseudoFunction; usertype PseudoFunction;
const dec: PseudoFunction; const dec: PseudoFunction;
protocol denningSacco(I,R,S) protocol denningSaccoLowe(I,R,S)
{ {
role I role I
{ {
@ -72,9 +72,9 @@ compromised k(Eve,Simon);
# Note because the modelchecker does not support tickets this might not # Note because the modelchecker does not support tickets this might not
# be very useful # be very useful
run denningSacco.I(Agent,Agent,Simon); run denningSaccoLowe.I(Agent,Agent,Simon);
run denningSacco.R(Agent,Agent,Simon); run denningSaccoLowe.R(Agent,Agent,Simon);
run denningSacco.S(Agent,Agent,Simon); run denningSaccoLowe.S(Agent,Agent,Simon);
run denningSacco.I(Agent,Agent,Simon); run denningSaccoLowe.I(Agent,Agent,Simon);
run denningSacco.R(Agent,Agent,Simon); run denningSaccoLowe.R(Agent,Agent,Simon);
run denningSacco.S(Agent,Agent,Simon); run denningSaccoLowe.S(Agent,Agent,Simon);