Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ae64b4d

Browse files
committed
Merge heads.
2 parents 3b44d81 + 4f99468 commit ae64b4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/hmac.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ This module also provides the following helper function:
7575
appropriate for cryptography. *a* and *b*
7676
must both be of the same type: either :class:`str` (ASCII only, as e.g.
7777
returned by :meth:`HMAC.hexdigest`), or any type that supports the
78-
:term:`buffer protocol` (e.g. :class:`bytes`).
78+
buffer protocol (e.g. :class:`bytes`).
7979

8080
Using a short circuiting comparison (that is, one that terminates as soon as
8181
it finds any difference between the values) to check digests for correctness

0 commit comments

Comments
 (0)