Skip to content

Commit 8490456

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 6723b1e commit 8490456

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
@@ -3299,8 +3299,6 @@ Does not perform any other validation checks on the certificate.
32993299
added: v24.7.0
33003300
-->
33013301

3302-
> Stability: 1.2 - Release candidate
3303-
33043302
* `algorithm` {string} Variant of Argon2, one of `"argon2d"`, `"argon2i"` or `"argon2id"`.
33053303
* `parameters` {Object}
33063304
* `message` {string|ArrayBuffer|Buffer|TypedArray|DataView} REQUIRED, this is the password for password
@@ -3385,8 +3383,6 @@ argon2('argon2id', parameters, (err, derivedKey) => {
33853383
added: v24.7.0
33863384
-->
33873385

3388-
> Stability: 1.2 - Release candidate
3389-
33903386
* `algorithm` {string} Variant of Argon2, one of `"argon2d"`, `"argon2i"` or `"argon2id"`.
33913387
* `parameters` {Object}
33923388
* `message` {string|ArrayBuffer|Buffer|TypedArray|DataView} REQUIRED, this is the password for password
@@ -4100,8 +4096,6 @@ algorithm names.
41004096
added: v24.7.0
41014097
-->
41024098

4103-
> Stability: 1.2 - Release candidate
4104-
41054099
* `key` {Object|string|ArrayBuffer|Buffer|TypedArray|DataView|KeyObject} Private Key
41064100
* `ciphertext` {ArrayBuffer|Buffer|TypedArray|DataView}
41074101
* `callback` {Function}
@@ -4169,8 +4163,6 @@ If the `callback` function is provided this function uses libuv's threadpool.
41694163
added: v24.7.0
41704164
-->
41714165

4172-
> Stability: 1.2 - Release candidate
4173-
41744166
* `key` {Object|string|ArrayBuffer|Buffer|TypedArray|DataView|KeyObject} Public Key
41754167
* `callback` {Function}
41764168
* `err` {Error}

0 commit comments

Comments
 (0)