changeset 5183 | 89f162de39cf |
parent 3683 | aafe719dff14 |
child 10833 | c0844a30ea4e |
--- a/src/HOL/Auth/Public.thy Fri Jul 24 13:02:01 1998 +0200 +++ b/src/HOL/Auth/Public.thy Fri Jul 24 13:03:20 1998 +0200 @@ -19,7 +19,7 @@ translations (*BEWARE! expressions like (inj priK) will NOT work!*) "priK x" == "invKey(pubK x)" -primrec initState agent +primrec (*Agents know their private key and all public keys*) initState_Server "initState Server = insert (Key (priK Server)) (Key `` range pubK)"