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 @@ -4378,9 +4378,6 @@ otherwise `err` will be `null`. By default, the successfully generated
43784378` derivedKey ` will be passed to the callback as a [ ` Buffer ` ] [ ] . An error will be
43794379thrown if any of the input arguments specify invalid values or types.
43804380
4381- If ` digest ` is ` null ` , ` 'sha1' ` will be used. This behavior is deprecated,
4382- please specify a ` digest ` explicitly.
4383-
43844381The ` iterations ` argument must be a number set as high as possible. The
43854382higher the number of iterations, the more secure the derived key will be,
43864383but 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
44764473If an error occurs an ` Error ` will be thrown, otherwise the derived key will be
44774474returned as a [ ` Buffer ` ] [ ] .
44784475
4479- If ` digest ` is ` null ` , ` 'sha1' ` will be used. This behavior is deprecated,
4480- please specify a ` digest ` explicitly.
4481-
44824476The ` iterations ` argument must be a number set as high as possible. The
44834477higher the number of iterations, the more secure the derived key will be,
44844478but will take a longer amount of time to complete.
You can’t perform that action at this time.
0 commit comments