src/HOL/Auth/ROOT.ML
author paulson
Wed, 07 May 1997 16:29:06 +0200
changeset 3128 d01d4c0c4b44
parent 3121 cbb6c0c1c58a
child 3207 fe79ad367d77
permissions -rw-r--r--
New acknowledgements; fixed overfull lines and tables

(*  Title:      HOL/Auth/ROOT
    ID:         $Id$
    Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
    Copyright   1996  University of Cambridge

Root file for protocol proofs.
*)

HOL_build_completed;    (*Make examples fail if HOL did*)

writeln"Root file for HOL/Auth";
proof_timing := true;
goals_limit := 1;

(*New version of addss isn't ready--too slow*)
val op addss = op unsafe_addss;

(*Shared-key protocols*)
time_use_thy "NS_Shared";
time_use_thy "OtwayRees";
time_use_thy "OtwayRees_AN";
time_use_thy "OtwayRees_Bad";
time_use_thy "WooLam";
time_use_thy "Recur";
time_use_thy "Yahalom";
time_use_thy "Yahalom2";

(*Public-key protocols*)
time_use_thy "NS_Public_Bad";
time_use_thy "NS_Public";