mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
cache key meta data for forge decryption
This commit is contained in:
@@ -12,6 +12,8 @@ export class SymmetricCryptoKey {
|
||||
encKeyB64: string;
|
||||
macKeyB64: string;
|
||||
|
||||
meta: any;
|
||||
|
||||
constructor(key: ArrayBuffer, encType?: EncryptionType) {
|
||||
if (key == null) {
|
||||
throw new Error('Must provide key');
|
||||
|
||||
Reference in New Issue
Block a user