File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5229,6 +5229,10 @@ negative performance implications for some applications; see the
52295229<!-- YAML
52305230added: v0.9.3
52315231changes:
5232+ - version: v15.0.0
5233+ pr-url: https://github.com/nodejs/node/pull/35093
5234+ description: The password and salt arguments can also be ArrayBuffer
5235+ instances.
52325236 - version: v14.0.0
52335237 pr-url: https://github.com/nodejs/node/pull/30578
52345238 description: The `iterations` parameter is now restricted to positive
@@ -5243,8 +5247,8 @@ changes:
52435247 from `binary` to `utf8`.
52445248-->
52455249
5246- * ` password ` {string|Buffer|TypedArray|DataView}
5247- * ` salt ` {string|Buffer|TypedArray|DataView}
5250+ * ` password ` {string|ArrayBuffer| Buffer|TypedArray|DataView}
5251+ * ` salt ` {string|ArrayBuffer| Buffer|TypedArray|DataView}
52485252* ` iterations ` {number}
52495253* ` keylen ` {number}
52505254* ` digest ` {string}
You can’t perform that action at this time.
0 commit comments