We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb3292f commit 329ac60Copy full SHA for 329ac60
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