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.
2 parents 3b44d81 + 4f99468 commit ae64b4dCopy full SHA for ae64b4d
1 file changed
Doc/library/hmac.rst
@@ -75,7 +75,7 @@ This module also provides the following helper function:
75
appropriate for cryptography. *a* and *b*
76
must both be of the same type: either :class:`str` (ASCII only, as e.g.
77
returned by :meth:`HMAC.hexdigest`), or any type that supports the
78
- :term:`buffer protocol` (e.g. :class:`bytes`).
+ buffer protocol (e.g. :class:`bytes`).
79
80
Using a short circuiting comparison (that is, one that terminates as soon as
81
it finds any difference between the values) to check digests for correctness
0 commit comments