Skip to content

Commit

Permalink
refactor: root key manager (#2344)
Browse files Browse the repository at this point in the history
  • Loading branch information
moughxyz committed Jul 4, 2023
1 parent b4a9002 commit b06999d
Show file tree
Hide file tree
Showing 56 changed files with 1,399 additions and 1,230 deletions.

This file was deleted.

1 change: 0 additions & 1 deletion packages/encryption/src/Domain/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export * from './Service/Encryption/EncryptionProviderInterface'
export * from './Service/KeySystemKeyManagerInterface'
export * from './Service/Functions'
export * from './Service/RootKey/KeyMode'
export * from './Service/RootKey/RootKeyServiceEvent'

export * from './Split/AbstractKeySplit'
export * from './Split/EncryptionSplit'
Expand Down
265 changes: 153 additions & 112 deletions packages/services/src/Domain/Encryption/EncryptionService.ts

Large diffs are not rendered by default.

0 comments on commit b06999d

Please sign in to comment.