We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef735d6 commit c37e0fcCopy full SHA for c37e0fc
lib/internal/crypto/scrypt.js
@@ -1,5 +1,6 @@
1
'use strict';
2
3
+const { Number } = primordials;
4
const { AsyncWrap, Providers } = internalBinding('async_wrap');
5
const { Buffer } = require('buffer');
6
const { scrypt: _scrypt } = internalBinding('crypto');
0 commit comments