Commit 2519fd36 authored by Christian Heimes's avatar Christian Heimes

add note to Misc/NEWS

parent 4a0270d8
......@@ -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
-----
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment