diff --git a/doc/api/crypto.md b/doc/api/crypto.md index 5b244bbc9e3..8995a497ca7 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -5269,6 +5269,10 @@ negative performance implications for some applications; see the -* `password` {string|Buffer|TypedArray|DataView} -* `salt` {string|Buffer|TypedArray|DataView} +* `password` {string|ArrayBuffer|Buffer|TypedArray|DataView} +* `salt` {string|ArrayBuffer|Buffer|TypedArray|DataView} * `iterations` {number} * `keylen` {number} * `digest` {string}