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

Skip to content

Commit 2519fd3

Browse files
committed
add note to Misc/NEWS
1 parent 4a0270d commit 2519fd3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Misc/NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,11 @@ Library
107107
Extension Modules
108108
-----------------
109109

110+
- Issue #16113: Added sha3 module based on the Keccak reference implementation
111+
3.2. The `hashlib` module has four additional hash algorithms: `sha3_224`,
112+
`sha3_256`, `sha3_384` and `sha3_512`. As part of the patch some common
113+
code was moved from _hashopenssl.c to hashlib.h.
114+
110115
Tests
111116
-----
112117

0 commit comments

Comments
 (0)