Skip to content

Commit c37e0fc

Browse files
committed
fixup! crypto: increase maxmem range from 32 to 53 bits
1 parent ef735d6 commit c37e0fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/internal/crypto/scrypt.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
'use strict';
22

3+
const { Number } = primordials;
34
const { AsyncWrap, Providers } = internalBinding('async_wrap');
45
const { Buffer } = require('buffer');
56
const { scrypt: _scrypt } = internalBinding('crypto');

0 commit comments

Comments
 (0)