mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
bpo-40645: Deprecated internal details of hmac.HMAC (GH-20132)
This commit is contained in:
parent
dff92bb31f
commit
837f9e42e3
4 changed files with 59 additions and 23 deletions
|
@ -114,6 +114,12 @@ A hash object has the following attributes:
|
|||
.. versionadded:: 3.4
|
||||
|
||||
|
||||
.. deprecated:: 3.9
|
||||
|
||||
The undocumented attributes ``HMAC.digest_cons``, ``HMAC.inner``, and
|
||||
``HMAC.outer`` are internal implementation details and will be removed in
|
||||
Python 3.10.
|
||||
|
||||
This module also provides the following helper function:
|
||||
|
||||
.. function:: compare_digest(a, b)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue