lint fixes

This commit is contained in:
Kyle Spearrin 2017-02-28 22:53:19 -05:00
parent ad25267ed7
commit 0d2e296eda
1 changed files with 2 additions and 2 deletions

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();