diff --git a/doc/api/cli.md b/doc/api/cli.md index 5a4fe9992899df..c8dce1db9c1e98 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -1203,9 +1203,8 @@ on synchronous system APIs. Node.js APIs that use the threadpool are: - all `fs` APIs, other than the file watcher APIs and those that are explicitly synchronous -- `crypto.pbkdf2()` -- `crypto.randomBytes()`, unless it is used without a callback -- `crypto.randomFill()` +- asynchronous crypto APIs such as `crypto.pbkdf2()`, `crypto.scrypt()`, + `crypto.randomBytes()`, `crypto.randomFill()`, `crypto.generateKeyPair()` - `dns.lookup()` - all `zlib` APIs, other than those that are explicitly synchronous