Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions doc/api/crypto.md
Original file line number Diff line number Diff line change
Expand Up @@ -4526,13 +4526,14 @@
- v21.7.0
- v20.12.0
changes:
- version: REPLACEME
pr-url: REPLACEME

Check warning on line 4530 in doc/api/crypto.md

View workflow job for this annotation

GitHub Actions / lint-pr-url

pr-url doesn't match the URL of the current PR.
description: This API is no longer experimental.
- version: v24.4.0
pr-url: https://github.com/nodejs/node/pull/58121
description: The `outputLength` option was added for XOF hash functions.
-->

> Stability: 1.2 - Release candidate

* `algorithm` {string|undefined}
* `data` {string|Buffer|TypedArray|DataView} When `data` is a
string, it will be encoded as UTF-8 before being hashed. If a different
Expand Down
Loading