Skip to content

Commit

Permalink
doc: change cryptographic prng mentioning
Browse files Browse the repository at this point in the history
  • Loading branch information
srknzl committed Apr 7, 2021
1 parent d58dc8a commit ad6d2fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/api/crypto.md
Original file line number Diff line number Diff line change
Expand Up @@ -4732,7 +4732,8 @@ added: v15.6.0
**Default:** `false`.
* Returns: {string}

Generates a cryptographically strong random [RFC 4122][] Version 4 UUID.
Generates a random [RFC 4122][] Version 4 UUID. The UUID is generated using a
cryptographic pseudo-random number generator.

### `crypto.scrypt(password, salt, keylen[, options], callback)`
<!-- YAML
Expand Down

0 comments on commit ad6d2fb

Please sign in to comment.