src/HOL/Auth/Guard/Auth_Guard_Shared.thy
author haftmann
Sun, 16 Oct 2016 09:31:04 +0200
changeset 64241 430d74089d4d
parent 61830 4f5ab843cf5b
child 65538 a39ef48fbee0
permissions -rw-r--r--
transfer rules for divides relation on integer and natural

(*  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