fix: lint errors

This commit is contained in:
Richard Schneider
2017-12-10 17:21:26 +13:00
parent f71d3a6521
commit ff4f656248

View File

@@ -29,9 +29,9 @@ const NIST = {
const hashName2Forge = {
'sha1': 'sha1',
'sha2-256': 'sha256',
'sha2-512': 'sha512',
'sha2-512': 'sha512'
}
const defaultOptions = {
// See https://cryptosense.com/parametesr-choice-for-pbkdf2/
dek: {