Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/crypto.md')
-rw-r--r--doc/api/crypto.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/crypto.md b/doc/api/crypto.md
index 8f65f8d7eb8..76b046ebe5a 100644
--- a/doc/api/crypto.md
+++ b/doc/api/crypto.md
@@ -1590,7 +1590,7 @@ time is right after boot, when the whole system is still low on entropy.
### crypto.randomFillSync(buffer[, offset][, size])
<!-- YAML
-added: REPLACEME
+added: v6.13.0
-->
* `buffer` {Buffer|Uint8Array} Must be supplied.
@@ -1615,7 +1615,7 @@ console.log(buf.toString('hex'));
### crypto.randomFill(buffer[, offset][, size], callback)
<!-- YAML
-added: REPLACEME
+added: v6.13.0
-->
* `buffer` {Buffer|Uint8Array} Must be supplied.