| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b7a8f8f commit 7bb6dab
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3299,8 +3299,6 @@ Does not perform any other validation checks on the certificate. | |||
| 3299 | 3299 | added: v24.7.0 | |
| 3300 | 3300 | --> | |
| 3301 | 3301 | ||
| 3302 | - > Stability: 1.2 - Release candidate | ||
| 3303 | - | ||
| 3304 | 3302 | * `algorithm` {string} Variant of Argon2, one of `"argon2d"`, `"argon2i"` or `"argon2id"`. | |
| 3305 | 3303 | * `parameters` {Object} | |
| 3306 | 3304 | * `message` {string|ArrayBuffer|Buffer|TypedArray|DataView} REQUIRED, this is the password for password | |
@@ -3385,8 +3383,6 @@ argon2('argon2id', parameters, (err, derivedKey) => { | |||
| 3385 | 3383 | added: v24.7.0 | |
| 3386 | 3384 | --> | |
| 3387 | 3385 | ||
| 3388 | - > Stability: 1.2 - Release candidate | ||
| 3389 | - | ||
| 3390 | 3386 | * `algorithm` {string} Variant of Argon2, one of `"argon2d"`, `"argon2i"` or `"argon2id"`. | |
| 3391 | 3387 | * `parameters` {Object} | |
| 3392 | 3388 | * `message` {string|ArrayBuffer|Buffer|TypedArray|DataView} REQUIRED, this is the password for password | |
@@ -4100,8 +4096,6 @@ algorithm names. | |||
| 4100 | 4096 | added: v24.7.0 | |
| 4101 | 4097 | --> | |
| 4102 | 4098 | ||
| 4103 | - > Stability: 1.2 - Release candidate | ||
| 4104 | - | ||
| 4105 | 4099 | * `key` {Object|string|ArrayBuffer|Buffer|TypedArray|DataView|KeyObject} Private Key | |
| 4106 | 4100 | * `ciphertext` {ArrayBuffer|Buffer|TypedArray|DataView} | |
| 4107 | 4101 | * `callback` {Function} | |
@@ -4169,8 +4163,6 @@ If the `callback` function is provided this function uses libuv's threadpool. | |||
| 4169 | 4163 | added: v24.7.0 | |
| 4170 | 4164 | --> | |
| 4171 | 4165 | ||
| 4172 | - > Stability: 1.2 - Release candidate | ||
| 4173 | - | ||
| 4174 | 4166 | * `key` {Object|string|ArrayBuffer|Buffer|TypedArray|DataView|KeyObject} Public Key | |
| 4175 | 4167 | * `callback` {Function} | |
| 4176 | 4168 | * `err` {Error} | |
| Back | FazBrowse Home | New Git URL |
0 commit comments