mirror of
https://github.com/python/cpython.git
synced 2025-12-04 08:34:25 +00:00
Issue #16113: Add SHA-3 and SHAKE support to hashlib module.
This commit is contained in:
parent
dfb9ef1357
commit
6fe2a75b64
26 changed files with 6495 additions and 19 deletions
|
|
@ -91,6 +91,8 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #16113: Add SHA-3 and SHAKE support to hashlib module.
|
||||
|
||||
- Issue #27776: The :func:`os.urandom` function does now block on Linux 3.17
|
||||
and newer until the system urandom entropy pool is initialized to increase
|
||||
the security. This change is part of the :pep:`524`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue