From: Christian Heimes Date: Sat, 6 Oct 2012 00:27:57 +0000 (+0200) Subject: add note to Misc/NEWS X-Git-Tag: v3.4.0a1~2353 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2519fd36c305e3a181504e376ff8bec4bc987382;p=python add note to Misc/NEWS --- 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 -----