mirror of
https://github.com/python/cpython.git
synced 2025-10-03 13:45:29 +00:00
add note to Misc/NEWS
This commit is contained in:
parent
4a0270d82b
commit
2519fd36c3
1 changed files with 5 additions and 0 deletions
|
@ -107,6 +107,11 @@ Library
|
||||||
Extension Modules
|
Extension Modules
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
|
- Issue #16113: Added sha3 module based on the Keccak reference implementation
|
||||||
|
3.2. The `hashlib` module has four additional hash algorithms: `sha3_224`,
|
||||||
|
`sha3_256`, `sha3_384` and `sha3_512`. As part of the patch some common
|
||||||
|
code was moved from _hashopenssl.c to hashlib.h.
|
||||||
|
|
||||||
Tests
|
Tests
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue