From bb4dd7d631d4b41fd6084aca7c474479ca388e94 Mon Sep 17 00:00:00 2001 From: kyungrae Date: Mon, 3 Aug 2026 16:36:22 +0900 Subject: [PATCH] doc: document ArrayBuffer support in pbkd2Sync Signed-off-by: kyungrae --- doc/api/crypto.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/api/crypto.md b/doc/api/crypto.md index 5b244bbc9e30..8995a497ca7e 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}