src/HOL/Auth/Guard/Auth_Guard_Shared.thy
author wenzelm
Sun, 25 Jan 2015 18:31:35 +0100
changeset 59442 9f45b95d3543
parent 58889 5b7a9633cfa8
child 61830 4f5ab843cf5b
permissions -rw-r--r--
make it independent from GUI thread, e.g. for Graph_File.write;

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

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

theory Auth_Guard_Shared
imports
  "Guard_OtwayRees"
  "Guard_Yahalom"
begin

end