fix: encryption exports (#1205)

* fix: encryptio exports

* fix: imports

* fix: items key mutator import
This commit is contained in:
Karol Sójko
2022-07-05 11:31:22 +02:00
committed by GitHub
parent d311ce40b9
commit 945248d7d3
12 changed files with 53 additions and 46 deletions

View File

@@ -20,7 +20,7 @@ import { DecryptedParameters, EncryptedParameters, ErrorDecryptingParameters } f
import { RootKeyEncryptedAuthenticatedData } from '../../Types/RootKeyEncryptedAuthenticatedData'
import { ItemAuthenticatedData } from '../../Types/ItemAuthenticatedData'
import { LegacyAttachedData } from '../../Types/LegacyAttachedData'
import { isItemsKey } from '../../Keys/ItemsKey'
import { isItemsKey } from '../../Keys/ItemsKey/ItemsKey'
import { CreateNewRootKey } from '../../Keys/RootKey/Functions'
const NO_IV = '00000000000000000000000000000000'