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 1729b8f commit db99dd0Copy full SHA for db99dd0
1 file changed
Modules/operator.c
@@ -217,7 +217,7 @@ PyDoc_STRVAR(compare_digest__doc__,
217
"or any type that supports the buffer protocol (e.g. bytes).\n"
218
"\n"
219
"Note: If a and b are of different lengths, or if an error occurs,\n"
220
-"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"
221
"and lengths of a and b, but not their values.\n");
222
223
static PyObject*
0 commit comments