src/HOL/Auth/Auth_Public.thy
author wenzelm
Sun, 03 May 2015 17:36:46 +0200
changeset 60243 5901cb4db0ae
parent 58889 5b7a9633cfa8
child 61830 4f5ab843cf5b
permissions -rw-r--r--
tuned output;

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

section {* Conventional protocols: rely on conventional Message, Event and Public -- Public-key protocols *}

theory Auth_Public
imports
  "NS_Public_Bad"
  "NS_Public"
  "TLS"
  "CertifiedEmail"
begin

end