Skip to content

Commit

Permalink
cleanup: move all TreeSync symbolic state in a separate namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
TWal committed Oct 24, 2024
1 parent bb5014f commit 245321b
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
10 changes: 5 additions & 5 deletions fstar/treesync/symbolic/MLS.TreeSync.Symbolic.API.fst
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ open MLS.TreeSync.Invariants.AuthService
open MLS.TreeSync.Proofs.ParentHashGuarantees
open MLS.TreeSync.API
open MLS.Symbolic
open MLS.TreeSync.Symbolic.API.GroupManager
open MLS.TreeSync.Symbolic.API.KeyPackageManager
open MLS.TreeSync.Symbolic.API.Sessions
open MLS.TreeSync.Symbolic.SignatureKeyState
open MLS.TreeSync.Symbolic.State.GroupManager
open MLS.TreeSync.Symbolic.State.KeyPackageManager
open MLS.TreeSync.Symbolic.State.Tree
open MLS.TreeSync.Symbolic.State.SignatureKey
open MLS.TreeSync.Symbolic.State.AuthServiceCache
open MLS.TreeSync.Symbolic.API.IsWellFormedInvariant
open MLS.TreeSync.Symbolic.AuthService
open MLS.TreeSync.Symbolic.AuthServiceCache
open MLS.TreeSync.Symbolic.LeafNodeSignature
open MLS.TreeSync.Symbolic.IsWellFormed
open DY.Core
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ open DY.Lib
open MLS.TreeSync.NetworkTypes
open MLS.TreeSync.Invariants.AuthService
open MLS.TreeSync.Symbolic.AuthService.CredentialInterpretation
open MLS.TreeSync.Symbolic.SignatureKeyState
open MLS.TreeSync.Symbolic.State.SignatureKey
open MLS.Symbolic

#set-options "--fuel 0 --ifuel 0"
Expand Down
10 changes: 5 additions & 5 deletions fstar/treesync/symbolic/MLS.TreeSync.Symbolic.GlobalUsage.fst
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ open MLS.TreeSync.NetworkTypes
open MLS.Symbolic
open MLS.Crypto.Derived.Symbolic.SignWithLabel
open MLS.TreeSync.Symbolic.LeafNodeSignature
open MLS.TreeSync.Symbolic.AuthServiceCache
open MLS.TreeSync.Symbolic.API.Sessions
open MLS.TreeSync.Symbolic.SignatureKeyState
open MLS.TreeSync.Symbolic.API.GroupManager
open MLS.TreeSync.Symbolic.API.KeyPackageManager
open MLS.TreeSync.Symbolic.State.AuthServiceCache
open MLS.TreeSync.Symbolic.State.Tree
open MLS.TreeSync.Symbolic.State.SignatureKey
open MLS.TreeSync.Symbolic.State.GroupManager
open MLS.TreeSync.Symbolic.State.KeyPackageManager
open MLS.TreeSync.Symbolic.API

#set-options "--fuel 0 --ifuel 0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ open MLS.TreeSync.Symbolic.IsWellFormed
open MLS.TreeSync.Symbolic.Parsers
open MLS.TreeSync.Symbolic.AuthService
open MLS.TreeSync.Symbolic.AuthService.CredentialInterpretation
open MLS.TreeSync.Symbolic.SignatureKeyState
open MLS.TreeSync.Symbolic.State.SignatureKey
open MLS.Crypto.Derived.Symbolic.SignWithLabel
open MLS.Symbolic
open MLS.Result
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module MLS.TreeSync.Symbolic.AuthServiceCache
module MLS.TreeSync.Symbolic.State.AuthServiceCache

open Comparse
open DY.Core
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module MLS.TreeSync.Symbolic.API.GroupManager
module MLS.TreeSync.Symbolic.State.GroupManager

open Comparse
open DY.Core
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module MLS.TreeSync.Symbolic.API.KeyPackageManager
module MLS.TreeSync.Symbolic.State.KeyPackageManager

open Comparse
open DY.Core
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module MLS.TreeSync.Symbolic.SignatureKeyState
module MLS.TreeSync.Symbolic.State.SignatureKey

open Comparse
open DY.Core
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module MLS.TreeSync.Symbolic.API.Sessions
module MLS.TreeSync.Symbolic.State.Tree

open Comparse
open DY.Core
Expand Down

0 comments on commit 245321b

Please sign in to comment.