fix: extract encryption type split functions

This commit is contained in:
Karol Sójko
2022-07-05 12:22:38 +02:00
parent d026b659fb
commit 2ec1a4dbb4
4 changed files with 25 additions and 22 deletions

View File

@@ -28,6 +28,7 @@ export * from './Service/RootKey/KeyMode'
export * from './Service/RootKey/RootKeyEncryption'
export * from './Split/EncryptionSplit'
export * from './Split/EncryptionTypeSplit'
export * from './Split/Functions'
export * from './Types/EncryptedParameters'
export * from './Types/ItemAuthenticatedData'
export * from './Types/LegacyAttachedData'