Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9ea5f3 commit 5e2c4d2Copy full SHA for 5e2c4d2
1 file changed
Doc/library/hashlib.rst
@@ -197,8 +197,7 @@ include a `salt <https://en.wikipedia.org/wiki/Salt_%28cryptography%29>`_.
197
a proper source, e.g. :func:`os.urandom`.
198
199
The number of *rounds* should be chosen based on the hash algorithm and
200
- computing power. As of 2013 a value of at least 100,000 rounds of SHA-256
201
- have been suggested.
+ computing power. As of 2013, at least 100,000 rounds of SHA-256 is suggested.
202
203
*dklen* is the length of the derived key. If *dklen* is ``None`` then the
204
digest size of the hash algorithm *name* is used, e.g. 64 for SHA-512.
0 commit comments