Skip to content

Commit

Permalink
fixup! crypto: increase maxmem range from 32 to 53 bits
Browse files Browse the repository at this point in the history
  • Loading branch information
tniessen committed Jul 22, 2019
1 parent ef735d6 commit c37e0fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/internal/crypto/scrypt.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
'use strict';

const { Number } = primordials;
const { AsyncWrap, Providers } = internalBinding('async_wrap');
const { Buffer } = require('buffer');
const { scrypt: _scrypt } = internalBinding('crypto');
Expand Down

0 comments on commit c37e0fc

Please sign in to comment.