- Much work for the skeleton of the Hidelevel lemma.

This commit is contained in:
ccremers
2006-02-21 20:29:05 +00:00
parent bb7259a1ad
commit 5d2d836d07
8 changed files with 305 additions and 0 deletions

View File

@@ -67,6 +67,8 @@ systemInit ()
sys->locals = NULL;
sys->variables = NULL;
sys->untrusted = NULL;
sys->globalconstants = NULL;
sys->hidden = NULL;
sys->secrets = NULL; // list of claimed secrets
sys->synchronising_labels = NULL;
sys->attack = NULL; // clash with prev. attack declaration TODO