summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2012-10-06 00:27:57 (GMT)
committerChristian Heimes <christian@cheimes.de>2012-10-06 00:27:57 (GMT)
commit2519fd36c305e3a181504e376ff8bec4bc987382 (patch)
treea7755cc9f2926e181816596d9c6cc1fd9eb6c6ee /Misc
parent4a0270d82bfd782c89a8ae2b869102dafb81ffea (diff)
downloadcpython-2519fd36c305e3a181504e376ff8bec4bc987382.zip
cpython-2519fd36c305e3a181504e376ff8bec4bc987382.tar.gz
cpython-2519fd36c305e3a181504e376ff8bec4bc987382.tar.bz2
add note to Misc/NEWS
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 08d4794..67e2188 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -107,6 +107,11 @@ Library
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
-----