summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2012-10-06 02:27:57 +0200
committerChristian Heimes <christian@cheimes.de>2012-10-06 02:27:57 +0200
commit2519fd36c305e3a181504e376ff8bec4bc987382 (patch)
treea7755cc9f2926e181816596d9c6cc1fd9eb6c6ee
parent4a0270d82bfd782c89a8ae2b869102dafb81ffea (diff)
downloadcpython-git-2519fd36c305e3a181504e376ff8bec4bc987382.tar.gz
add note to Misc/NEWS
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 08d4794186..67e2188f49 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
-----