1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-31 08:20:37 +01:00

lint fixes

This commit is contained in:
Kyle Spearrin 2017-02-28 22:53:19 -05:00
parent ad25267ed7
commit 0d2e296eda

View File

@ -194,7 +194,7 @@ angular
md: forge.md.sha256.create()
});
return forge.util.encode64(encryptedBytes);
}
};
_service.decrypt = function (encValue, key, outputEncoding) {
if (!_service.getKey() && !key) {
@ -253,7 +253,7 @@ angular
});
return decBytes;
}
};
function computeMac(ct, iv, macKey) {
var hmac = forge.hmac.create();