Skip to content

Commit

Permalink
***NO_CI*** EtMAE going through
Browse files Browse the repository at this point in the history
  • Loading branch information
aseemr committed Dec 7, 2017
1 parent 836b6b5 commit fe77258
Show file tree
Hide file tree
Showing 2 changed files with 830 additions and 138 deletions.
4 changes: 2 additions & 2 deletions examples/crypto/EtM.AE.fst
@@ -1,9 +1,9 @@
module EtM.AE
open FStar.HyperStack.ST
open FStar.Seq
open FStar.Monotonic.Seq
open FStar.HyperHeap
open FStar.HyperStack
open FStar.HyperStack.ST
open FStar.Monotonic.RRef

module MAC = EtM.MAC
Expand Down Expand Up @@ -242,7 +242,7 @@ let keygen (parent:rid)
(ensures (fun h0 k h1 ->
modifies Set.empty h0 h1 /\
extends k.region parent /\
fresh_region k.region h0.h h1.h /\
HyperHeap.fresh_region k.region h0.h h1.h /\
Map.contains h1.h k.region /\
m_contains k.log h1 /\
m_sel h1 k.log == createEmpty /\
Expand Down

0 comments on commit fe77258

Please sign in to comment.