Commit ae64b4d8 authored by Georg Brandl's avatar Georg Brandl

Merge heads.

parents 3b44d81c 4f994687
......@@ -75,7 +75,7 @@ This module also provides the following helper function:
appropriate for cryptography. *a* and *b*
must both be of the same type: either :class:`str` (ASCII only, as e.g.
returned by :meth:`HMAC.hexdigest`), or any type that supports the
:term:`buffer protocol` (e.g. :class:`bytes`).
buffer protocol (e.g. :class:`bytes`).
Using a short circuiting comparison (that is, one that terminates as soon as
it finds any difference between the values) to check digests for correctness
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment