| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 205d0a5 commit d29483f
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3308,8 +3308,6 @@ Does not perform any other validation checks on the certificate. | |||
| 3308 | 3308 | added: v24.7.0 | |
| 3309 | 3309 | --> | |
| 3310 | 3310 | ||
| 3311 | - > Stability: 1.2 - Release candidate | ||
| 3312 | - | ||
| 3313 | 3311 | * `algorithm` {string} Variant of Argon2, one of `"argon2d"`, `"argon2i"` or `"argon2id"`. | |
| 3314 | 3312 | * `parameters` {Object} | |
| 3315 | 3313 | * `message` {string|ArrayBuffer|Buffer|TypedArray|DataView} REQUIRED, this is the password for password | |
@@ -3394,8 +3392,6 @@ argon2('argon2id', parameters, (err, derivedKey) => { | |||
| 3394 | 3392 | added: v24.7.0 | |
| 3395 | 3393 | --> | |
| 3396 | 3394 | ||
| 3397 | - > Stability: 1.2 - Release candidate | ||
| 3398 | - | ||
| 3399 | 3395 | * `algorithm` {string} Variant of Argon2, one of `"argon2d"`, `"argon2i"` or `"argon2id"`. | |
| 3400 | 3396 | * `parameters` {Object} | |
| 3401 | 3397 | * `message` {string|ArrayBuffer|Buffer|TypedArray|DataView} REQUIRED, this is the password for password | |
@@ -4119,8 +4115,6 @@ algorithm names. | |||
| 4119 | 4115 | added: v24.7.0 | |
| 4120 | 4116 | --> | |
| 4121 | 4117 | ||
| 4122 | - > Stability: 1.2 - Release candidate | ||
| 4123 | - | ||
| 4124 | 4118 | * `key` {Object|string|ArrayBuffer|Buffer|TypedArray|DataView|KeyObject} Private Key | |
| 4125 | 4119 | * `ciphertext` {ArrayBuffer|Buffer|TypedArray|DataView} | |
| 4126 | 4120 | * `callback` {Function} | |
@@ -4188,8 +4182,6 @@ If the `callback` function is provided this function uses libuv's threadpool. | |||
| 4188 | 4182 | added: v24.7.0 | |
| 4189 | 4183 | --> | |
| 4190 | 4184 | ||
| 4191 | - > Stability: 1.2 - Release candidate | ||
| 4192 | - | ||
| 4193 | 4185 | * `key` {Object|string|ArrayBuffer|Buffer|TypedArray|DataView|KeyObject} Public Key | |
| 4194 | 4186 | * `callback` {Function} | |
| 4195 | 4187 | * `err` {Error} | |
| Back | FazBrowse Home | New Git URL |
0 commit comments