Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5e2c4d2

Browse files
committed
grammar and sentence flow fix
1 parent f9ea5f3 commit 5e2c4d2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Doc/library/hashlib.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,7 @@ include a `salt <https://en.wikipedia.org/wiki/Salt_%28cryptography%29>`_.
197197
a proper source, e.g. :func:`os.urandom`.
198198

199199
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.
200+
computing power. As of 2013, at least 100,000 rounds of SHA-256 is suggested.
202201

203202
*dklen* is the length of the derived key. If *dklen* is ``None`` then the
204203
digest size of the hash algorithm *name* is used, e.g. 64 for SHA-512.

0 commit comments

Comments
 (0)