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 9df73da commit 4f99468Copy full SHA for 4f99468
1 file changed
Doc/library/hmac.rst
@@ -74,7 +74,7 @@ This module also provides the following helper function:
74
timing analysis, making it appropriate for cryptography. *a* and *b*
75
must both be of the same type: either :class:`str` (ASCII only, as e.g.
76
returned by :meth:`HMAC.hexdigest`), or any type that supports the
77
- :term:`buffer protocol` (e.g. :class:`bytes`).
+ buffer protocol (e.g. :class:`bytes`).
78
79
.. note::
80
If *a* and *b* are different lengths, or if an error occurs,
0 commit comments