mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
crypto service update
This commit is contained in:
@@ -714,7 +714,7 @@ export class CryptoService implements CryptoServiceAbstraction {
|
||||
return phrase;
|
||||
}
|
||||
|
||||
private async buildEncKey(key: SymmetricCryptoKey, encKey: ArrayBuffer = null)
|
||||
private async buildEncKey(key: SymmetricCryptoKey, encKey: ArrayBuffer)
|
||||
: Promise<[SymmetricCryptoKey, CipherString]> {
|
||||
let encKeyEnc: CipherString = null;
|
||||
if (key.key.byteLength === 32) {
|
||||
|
||||
Reference in New Issue
Block a user