| author | blanchet | 
| Thu, 20 Sep 2012 02:42:48 +0200 | |
| changeset 49456 | fa8302c8dea1 | 
| parent 32632 | 8ae912371831 | 
| child 58889 | 5b7a9633cfa8 | 
| permissions | -rw-r--r-- | 
| 32632 | 1 | (* Author: Lawrence C Paulson, Cambridge University Computer Laboratory | 
| 1944 | 2 | Copyright 1996 University of Cambridge | 
| 3 | *) | |
| 4 | ||
| 32632 | 5 | header {* Blanqui's "guard" concept: protocol-independent secrecy *}
 | 
| 1944 | 6 | |
| 32632 | 7 | theory Auth_Guard_Shared | 
| 8 | imports | |
| 9 | "Guard_OtwayRees" | |
| 10 | "Guard_Yahalom" | |
| 11 | begin | |
| 14145 
2e31b8cc8788
ZhouGollmann: new example (fair non-repudiation protocol)
 paulson parents: 
13922diff
changeset | 12 | |
| 32632 | 13 | end |