mirror of
https://github.com/python/cpython.git
synced 2025-11-17 17:46:45 +00:00
grammar and sentence flow fix
This commit is contained in:
parent
f9ea5f39d8
commit
5e2c4d2de0
1 changed files with 1 additions and 2 deletions
|
|
@ -197,8 +197,7 @@ include a `salt <https://en.wikipedia.org/wiki/Salt_%28cryptography%29>`_.
|
||||||
a proper source, e.g. :func:`os.urandom`.
|
a proper source, e.g. :func:`os.urandom`.
|
||||||
|
|
||||||
The number of *rounds* should be chosen based on the hash algorithm and
|
The number of *rounds* should be chosen based on the hash algorithm and
|
||||||
computing power. As of 2013 a value of at least 100,000 rounds of SHA-256
|
computing power. As of 2013, at least 100,000 rounds of SHA-256 is suggested.
|
||||||
have been suggested.
|
|
||||||
|
|
||||||
*dklen* is the length of the derived key. If *dklen* is ``None`` then the
|
*dklen* is the length of the derived key. If *dklen* is ``None`` then the
|
||||||
digest size of the hash algorithm *name* is used, e.g. 64 for SHA-512.
|
digest size of the hash algorithm *name* is used, e.g. 64 for SHA-512.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue