Update SPORE protocols to use new ticket mechanism:
- Use builtin Ticket type instead of user type - Remove remark that -m2 matching is required as it no longer is
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#
|
||||
# Note:
|
||||
# This protocol uses a ticket so scyther will only be able to verify
|
||||
# the protocol using the ARACHNE engine (-a) and type 2 matching (-m2)
|
||||
# the protocol using the ARACHNE engine (-a)
|
||||
#
|
||||
|
||||
|
||||
@@ -15,7 +15,6 @@ secret k: Function;
|
||||
const dec,inc: Function;
|
||||
inversekeys(dec,inc);
|
||||
usertype SessionKey;
|
||||
usertype Ticket;
|
||||
|
||||
protocol needhamschroedersk(I,R,S)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user