From d96606d9aab35baf9e5c77cf9312145c3ae6086b Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Tue, 5 Mar 2024 21:12:28 +0100 Subject: [PATCH] doc: add stability index to crypto.hash() PR-URL: https://github.com/nodejs/node/pull/51978 Reviewed-By: Filip Skokan Reviewed-By: Rafael Gonzaga Reviewed-By: Marco Ippolito Reviewed-By: Luigi Pinca --- doc/api/crypto.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/api/crypto.md b/doc/api/crypto.md index 4ff9ab1e9ce59b..0b28d5bb58eb63 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -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