# HG changeset patch # User paulson # Date 849808909 -3600 # Node ID ea8a1fc512e613c1c207a20c45f338cc2ef48819 # Parent 7c252931a72cdd01e198a0a18e37f968a35add10 Loads new public-key examples diff -r 7c252931a72c -r ea8a1fc512e6 src/HOL/Auth/ROOT.ML --- a/src/HOL/Auth/ROOT.ML Thu Dec 05 19:01:09 1996 +0100 +++ b/src/HOL/Auth/ROOT.ML Thu Dec 05 19:01:49 1996 +0100 @@ -12,7 +12,7 @@ proof_timing := true; goals_limit := 1; -use_thy "Shared"; +(*Shared-key protocols*) use_thy "NS_Shared"; use_thy "OtwayRees"; use_thy "OtwayRees_AN"; @@ -21,3 +21,7 @@ use_thy "Yahalom"; use_thy "Yahalom2"; +(*Public-key protocols*) +use_thy "NS_Public_Bad"; +use_thy "NS_Public"; +