summaryrefslogtreecommitdiff
path: root/doc/api/crypto.md
diff options
context:
space:
mode:
authorTobias Nießen <tniessen@tnie.de>2019-07-21 20:14:34 +0200
committerRich Trott <rtrott@gmail.com>2019-07-23 21:17:19 -0700
commit1dc458cdd0a578093d5e84439158c799664b78cf (patch)
tree9d919b307df1ff952e46484acf0aa14ea6adc4be /doc/api/crypto.md
parentbd3b85bf89df16515ad79b537da02b8a6d3fba55 (diff)
downloadandroid-node-v8-1dc458cdd0a578093d5e84439158c799664b78cf.tar.gz
android-node-v8-1dc458cdd0a578093d5e84439158c799664b78cf.tar.bz2
android-node-v8-1dc458cdd0a578093d5e84439158c799664b78cf.zip
crypto: increase maxmem range from 32 to 53 bits
Fixes: https://github.com/nodejs/node/issues/28755 PR-URL: https://github.com/nodejs/node/pull/28799 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'doc/api/crypto.md')
-rw-r--r--doc/api/crypto.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/api/crypto.md b/doc/api/crypto.md
index 96d99cbbe7..308d9320cf 100644
--- a/doc/api/crypto.md
+++ b/doc/api/crypto.md
@@ -2587,6 +2587,9 @@ request.
<!-- YAML
added: v10.5.0
changes:
+ - version: REPLACEME
+ pr-url: https://github.com/nodejs/node/pull/28799
+ description: The `maxmem` value can now be any safe integer.
- version: v10.9.0
pr-url: https://github.com/nodejs/node/pull/21525
description: The `cost`, `blockSize` and `parallelization` option names
@@ -2641,6 +2644,9 @@ crypto.scrypt('secret', 'salt', 64, { N: 1024 }, (err, derivedKey) => {
<!-- YAML
added: v10.5.0
changes:
+ - version: REPLACEME
+ pr-url: https://github.com/nodejs/node/pull/28799
+ description: The `maxmem` value can now be any safe integer.
- version: v10.9.0
pr-url: https://github.com/nodejs/node/pull/21525
description: The `cost`, `blockSize` and `parallelization` option names