diff --git a/doc/api/crypto.md b/doc/api/crypto.md index b7e3e13a2d01bf..00fd234bfad8d3 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -4526,13 +4526,14 @@ added: - v21.7.0 - v20.12.0 changes: + - version: REPLACEME + pr-url: https://github.com/nodejs/node/pull/60994 + 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