Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a0270d commit 2519fd3Copy full SHA for 2519fd3
1 file changed
Misc/NEWS
@@ -107,6 +107,11 @@ Library
107
Extension Modules
108
-----------------
109
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
+
115
Tests
116
-----
117
0 commit comments