]> granicus.if.org Git - python/commitdiff
add note to Misc/NEWS
authorChristian Heimes <christian@cheimes.de>
Sat, 6 Oct 2012 00:27:57 +0000 (02:27 +0200)
committerChristian Heimes <christian@cheimes.de>
Sat, 6 Oct 2012 00:27:57 +0000 (02:27 +0200)
Misc/NEWS

index 08d479418671bb7ccb19ccaa4795c49e06e34554..67e2188f4923594536583418229aa4c19e57c59a 100644 (file)
--- 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
 -----