src/HOL/Auth/Guard/Auth_Guard_Public.thy
author haftmann
Sat, 08 Nov 2014 09:19:57 +0100
changeset 58940 7fbeedd05b4c
parent 58889 5b7a9633cfa8
child 61830 4f5ab843cf5b
permissions -rw-r--r--
reverted commit accident from 994fe0ba8335

(*  Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
    Copyright   1996  University of Cambridge
*)

section {* Blanqui's "guard" concept: protocol-independent secrecy *}

theory Auth_Guard_Public
imports
  "P1"
  "P2"
  "Guard_NS_Public"
  "Proto"
begin

end