File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4392,9 +4392,6 @@ otherwise `err` will be `null`. By default, the successfully generated
43924392` derivedKey ` will be passed to the callback as a [ ` Buffer ` ] [ ] . An error will be
43934393thrown if any of the input arguments specify invalid values or types.
43944394
4395- If ` digest ` is ` null ` , ` 'sha1' ` will be used. This behavior is deprecated,
4396- please specify a ` digest ` explicitly.
4397-
43984395The ` iterations ` argument must be a number set as high as possible. The
43994396higher the number of iterations, the more secure the derived key will be,
44004397but will take a longer amount of time to complete.
@@ -4490,9 +4487,6 @@ applied to derive a key of the requested byte length (`keylen`) from the
44904487If an error occurs an ` Error ` will be thrown, otherwise the derived key will be
44914488returned as a [ ` Buffer ` ] [ ] .
44924489
4493- If ` digest ` is ` null ` , ` 'sha1' ` will be used. This behavior is deprecated,
4494- please specify a ` digest ` explicitly.
4495-
44964490The ` iterations ` argument must be a number set as high as possible. The
44974491higher the number of iterations, the more secure the derived key will be,
44984492but will take a longer amount of time to complete.
You can’t perform that action at this time.
0 commit comments