File tree 1 file changed +0
-6
lines changed
1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -4378,9 +4378,6 @@ otherwise `err` will be `null`. By default, the successfully generated
4378
4378
`derivedKey` will be passed to the callback as a [`Buffer`][]. An error will be
4379
4379
thrown if any of the input arguments specify invalid values or types.
4380
4380
4381
- If `digest` is `null`, `'sha1'` will be used. This behavior is deprecated,
4382
- please specify a `digest` explicitly.
4383
-
4384
4381
The `iterations` argument must be a number set as high as possible. The
4385
4382
higher the number of iterations, the more secure the derived key will be,
4386
4383
but will take a longer amount of time to complete.
@@ -4476,9 +4473,6 @@ applied to derive a key of the requested byte length (`keylen`) from the
4476
4473
If an error occurs an `Error` will be thrown, otherwise the derived key will be
4477
4474
returned as a [`Buffer`][].
4478
4475
4479
- If `digest` is `null`, `'sha1'` will be used. This behavior is deprecated,
4480
- please specify a `digest` explicitly.
4481
-
4482
4476
The `iterations` argument must be a number set as high as possible. The
4483
4477
higher the number of iterations, the more secure the derived key will be,
4484
4478
but will take a longer amount of time to complete.
You can’t perform that action at this time.
0 commit comments