Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
fix: lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
richardschneider committed Dec 10, 2017
1 parent f71d3a6 commit ff4f656
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/keychain.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit ff4f656

Please sign in to comment.