src/HOL/Auth/Guard/Auth_Guard_Shared.thy
author nipkow
Sat, 17 Jun 2017 18:49:19 +0200
changeset 66110 d59f9f696110
parent 65538 a39ef48fbee0
permissions -rw-r--r--
adapted to new simp lemmas

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

section \<open>Blanqui's "guard" concept: protocol-independent secrecy\<close>

theory Auth_Guard_Shared
imports
  Guard_OtwayRees
  Guard_Yahalom
begin

end