We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f66e49 commit 2b0ce98Copy full SHA for 2b0ce98
lib/internal/crypto/scrypt.js
@@ -70,7 +70,7 @@ function handleError(keybuf, password, salt, N, r, p, maxmem, wrap) {
70
throw ex; // Scrypt operation failed, exception object contains details.
71
}
72
73
-function check(password, salt, keylen, options, callback) {
+function check(password, salt, keylen, options) {
74
if (_scrypt === undefined)
75
throw new ERR_CRYPTO_SCRYPT_NOT_SUPPORTED();
76
0 commit comments