mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Small wording update from Larry.
This commit is contained in:
parent
1729b8f45b
commit
db99dd0605
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ PyDoc_STRVAR(compare_digest__doc__,
|
|||
"or any type that supports the buffer protocol (e.g. bytes).\n"
|
||||
"\n"
|
||||
"Note: If a and b are of different lengths, or if an error occurs,\n"
|
||||
"a timing attack may be able to infer information about the types\n"
|
||||
"a timing attack may be able to reveal information about the types\n"
|
||||
"and lengths of a and b, but not their values.\n");
|
||||
|
||||
static PyObject*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue