File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 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
43094309` derivedKey ` will be passed to the callback as a [ ` Buffer ` ] [ ] . An error will be
43104310thrown if any of the input arguments specify invalid values or types.
43114311
4312- If ` digest ` is ` null ` , ` 'sha1' ` will be used. This behavior is deprecated,
4313- please specify a ` digest ` explicitly.
4314-
43154312The ` iterations ` argument must be a number set as high as possible. The
43164313higher the number of iterations, the more secure the derived key will be,
43174314but 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
44074404If an error occurs an ` Error ` will be thrown, otherwise the derived key will be
44084405returned as a [ ` Buffer ` ] [ ] .
44094406
4410- If ` digest ` is ` null ` , ` 'sha1' ` will be used. This behavior is deprecated,
4411- please specify a ` digest ` explicitly.
4412-
44134407The ` iterations ` argument must be a number set as high as possible. The
44144408higher the number of iterations, the more secure the derived key will be,
44154409but will take a longer amount of time to complete.
You can’t perform that action at this time.
0 commit comments