Fixed scrypt for long passwords (#223).

This commit is contained in:
Richard Moore 2018-10-03 19:50:15 -04:00
parent 5a0ebf84ef
commit d936b4cd09
No known key found for this signature in database
GPG Key ID: 525F70A6FCABC295

@ -25,7 +25,7 @@
"elliptic": "6.3.3", "elliptic": "6.3.3",
"hash.js": "1.1.3", "hash.js": "1.1.3",
"js-sha3": "0.5.7", "js-sha3": "0.5.7",
"scrypt-js": "2.0.3", "scrypt-js": "2.0.4",
"setimmediate": "1.0.4", "setimmediate": "1.0.4",
"uuid": "2.0.1", "uuid": "2.0.1",
"xmlhttprequest": "1.8.0" "xmlhttprequest": "1.8.0"