]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37630: Use SHA3 and SHAKE XOF from OpenSSL (GH-16049)
authorChristian Heimes <christian@python.org>
Sat, 16 May 2020 20:27:06 +0000 (22:27 +0200)
committerGitHub <noreply@github.com>
Sat, 16 May 2020 20:27:06 +0000 (13:27 -0700)
commitd5b3f6b7f9fc74438009af63f1de01bd77be9385
tree32fed153b988a3dbb9c691ba924d989de5d17578
parentb17e49e0def23238b9e7f48c8a02e2d7bbf1f653
bpo-37630: Use SHA3 and SHAKE XOF from OpenSSL (GH-16049)

OpenSSL 1.1.1 comes with SHA3 and SHAKE builtin.

Signed-off-by: Christian Heimes <christian@python.org>
Automerge-Triggered-By: @tiran
Doc/library/hashlib.rst
Lib/hashlib.py
Lib/test/test_hashlib.py
Misc/NEWS.d/next/Library/2020-05-15-19-53-18.bpo-37630.O5kgAw.rst [new file with mode: 0644]
Modules/_hashopenssl.c
Modules/clinic/_hashopenssl.c.h