Skip to content
Merged
Changes from all commits
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
doc: add stability index to crypto.hash()
  • Loading branch information
joyeecheung committed Mar 5, 2024
commit eb8fdf7a2a9460be2ae8cd5355e900747717f9ae
2 changes: 2 additions & 0 deletions doc/api/crypto.md
Original file line number Diff line number Diff line change
Expand Up @@ -3517,6 +3517,8 @@ added:
- REPLACEME
-->

> Stability: 1.2 - Release candidate

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