File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -328,7 +328,7 @@ include a `salt <https://en.wikipedia.org/wiki/Salt_%28cryptography%29>`_.
328328 your application, read *Appendix A.2.2 * of NIST-SP-800-132 _. The answers
329329 on the `stackexchange pbkdf2 iterations question `_ explain in detail.
330330
331- *dklen * is the length of the derived key. If *dklen * is ``None `` then the
331+ *dklen * is the length of the derived key in bytes . If *dklen * is ``None `` then the
332332 digest size of the hash algorithm *hash_name * is used, e.g. 64 for SHA-512.
333333
334334 >>> from hashlib import pbkdf2_hmac
@@ -357,7 +357,7 @@ include a `salt <https://en.wikipedia.org/wiki/Salt_%28cryptography%29>`_.
357357
358358 *n * is the CPU/Memory cost factor, *r * the block size, *p * parallelization
359359 factor and *maxmem * limits memory (OpenSSL 1.1.0 defaults to 32 MiB).
360- *dklen * is the length of the derived key.
360+ *dklen * is the length of the derived key in bytes .
361361
362362 .. versionadded :: 3.6
363363
You can’t perform that action at this time.
0 commit comments