src/HOL/Auth/Auth_Public.thy
author wenzelm
Sat, 10 Jan 2015 12:21:27 +0100
changeset 59338 2ea1bf517842
parent 58889 5b7a9633cfa8
child 61830 4f5ab843cf5b
permissions -rw-r--r--
discontinued worker_trend: prefer constant number of active + reserve threads; tuned exceptional situations;

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