mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Minor grammar refinement for hmac.compare_digest().
This commit is contained in:
parent
4d399a4092
commit
48986d68c2
2 changed files with 4 additions and 4 deletions
|
|
@ -80,8 +80,8 @@ This module also provides the following helper function:
|
|||
.. note::
|
||||
|
||||
If *a* and *b* are of different lengths, or if an error occurs,
|
||||
a timing attack may be able to reveal information about the types
|
||||
and lengths of *a* and *b*, but not their values.
|
||||
a timing attack could theoretically reveal information about the
|
||||
types and lengths of *a* and *b*--but not their values.
|
||||
|
||||
|
||||
.. versionadded:: 3.3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue