Skip to content

Commit d29483f

Browse files
panvaaduh95
authored andcommitted
doc,crypto: mark argon2 and encap/decap as stable
Signed-off-by: Filip Skokan <panva.ip@gmail.com> PR-URL: #63924 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 205d0a5 commit d29483f

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

doc/api/crypto.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3308,8 +3308,6 @@ Does not perform any other validation checks on the certificate.
33083308
added: v24.7.0
33093309
-->
33103310

3311-
> Stability: 1.2 - Release candidate
3312-
33133311
* `algorithm` {string} Variant of Argon2, one of `"argon2d"`, `"argon2i"` or `"argon2id"`.
33143312
* `parameters` {Object}
33153313
* `message` {string|ArrayBuffer|Buffer|TypedArray|DataView} REQUIRED, this is the password for password
@@ -3394,8 +3392,6 @@ argon2('argon2id', parameters, (err, derivedKey) => {
33943392
added: v24.7.0
33953393
-->
33963394

3397-
> Stability: 1.2 - Release candidate
3398-
33993395
* `algorithm` {string} Variant of Argon2, one of `"argon2d"`, `"argon2i"` or `"argon2id"`.
34003396
* `parameters` {Object}
34013397
* `message` {string|ArrayBuffer|Buffer|TypedArray|DataView} REQUIRED, this is the password for password
@@ -4119,8 +4115,6 @@ algorithm names.
41194115
added: v24.7.0
41204116
-->
41214117

4122-
> Stability: 1.2 - Release candidate
4123-
41244118
* `key` {Object|string|ArrayBuffer|Buffer|TypedArray|DataView|KeyObject} Private Key
41254119
* `ciphertext` {ArrayBuffer|Buffer|TypedArray|DataView}
41264120
* `callback` {Function}
@@ -4188,8 +4182,6 @@ If the `callback` function is provided this function uses libuv's threadpool.
41884182
added: v24.7.0
41894183
-->
41904184

4191-
> Stability: 1.2 - Release candidate
4192-
41934185
* `key` {Object|string|ArrayBuffer|Buffer|TypedArray|DataView|KeyObject} Public Key
41944186
* `callback` {Function}
41954187
* `err` {Error}

0 commit comments

Comments
 (0)