diff options
author | Christian Heimes <christian@cheimes.de> | 2012-10-06 00:27:57 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2012-10-06 00:27:57 (GMT) |
commit | 2519fd36c305e3a181504e376ff8bec4bc987382 (patch) | |
tree | a7755cc9f2926e181816596d9c6cc1fd9eb6c6ee /Misc | |
parent | 4a0270d82bfd782c89a8ae2b869102dafb81ffea (diff) | |
download | cpython-2519fd36c305e3a181504e376ff8bec4bc987382.zip cpython-2519fd36c305e3a181504e376ff8bec4bc987382.tar.gz cpython-2519fd36c305e3a181504e376ff8bec4bc987382.tar.bz2 |
add note to Misc/NEWS
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 ----- |