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 @@ -4309,9 +4309,6 @@ otherwise `err` will be `null`. By default, the successfully generated
4309
4309
` derivedKey ` will be passed to the callback as a [ ` Buffer ` ] [ ] . An error will be
4310
4310
thrown if any of the input arguments specify invalid values or types.
4311
4311
4312
- If ` digest ` is ` null ` , ` 'sha1' ` will be used. This behavior is deprecated,
4313
- please specify a ` digest ` explicitly.
4314
-
4315
4312
The ` iterations ` argument must be a number set as high as possible. The
4316
4313
higher the number of iterations, the more secure the derived key will be,
4317
4314
but will take a longer amount of time to complete.
@@ -4407,9 +4404,6 @@ applied to derive a key of the requested byte length (`keylen`) from the
4407
4404
If an error occurs an ` Error ` will be thrown, otherwise the derived key will be
4408
4405
returned as a [ ` Buffer ` ] [ ] .
4409
4406
4410
- If ` digest ` is ` null ` , ` 'sha1' ` will be used. This behavior is deprecated,
4411
- please specify a ` digest ` explicitly.
4412
-
4413
4407
The ` iterations ` argument must be a number set as high as possible. The
4414
4408
higher the number of iterations, the more secure the derived key will be,
4415
4409
but will take a longer amount of time to complete.
You can’t perform that action at this time.
0 commit comments