mirror of
https://github.com/bitwarden/browser
synced 2026-02-24 08:33:29 +00:00
tmp
This commit is contained in:
@@ -45,11 +45,11 @@ export abstract class EncryptService {
|
||||
* @deprecated
|
||||
* @returns The decrypted Uint8Array
|
||||
*/
|
||||
abstract decryptToBytes(
|
||||
encThing: Encrypted,
|
||||
key: SymmetricCryptoKey,
|
||||
decryptTrace?: string,
|
||||
): Promise<Uint8Array | null>;
|
||||
// abstract decryptToBytes(
|
||||
// encThing: Encrypted,
|
||||
// key: SymmetricCryptoKey,
|
||||
// decryptTrace?: string,
|
||||
// ): Promise<Uint8Array | null>;
|
||||
/**
|
||||
* @deprecated Replaced by BulkEncryptService, remove once the feature is tested and the featureflag PM-4154-multi-worker-encryption-service is removed
|
||||
* @param items The items to decrypt
|
||||
|
||||
Reference in New Issue
Block a user