]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-47095: Use libb2 to provide blake2 implementation (GH-32059)
authorChristian Heimes <christian@python.org>
Sat, 26 Mar 2022 19:52:24 +0000 (21:52 +0200)
committerGitHub <noreply@github.com>
Sat, 26 Mar 2022 19:52:24 +0000 (20:52 +0100)
commitb16b6bb8dacc41e9e569783890b0c88fcd3b24e8
tree5e3c08a7bd917d3f45ddc4a8e195023e3d482731
parentc23ddf5ec229b7302437a1cf32d366df5cc5b837
bpo-47095: Use libb2 to provide blake2 implementation (GH-32059)
19 files changed:
.github/workflows/posix-deps-apt.sh
Doc/whatsnew/3.11.rst
Makefile.pre.in
Misc/NEWS.d/next/Library/2022-03-23-12-07-26.bpo-47095.P3YTrh.rst [new file with mode: 0644]
Modules/_blake2/blake2b_impl.c
Modules/_blake2/blake2module.c
Modules/_blake2/blake2module.h [moved from Modules/_blake2/blake2ns.h with 77% similarity]
Modules/_blake2/blake2s_impl.c
Modules/_blake2/impl/blake2-dispatch.c [deleted file]
Modules/_blake2/impl/blake2-kat.h [deleted file]
Modules/_blake2/impl/blake2b-test.c [deleted file]
Modules/_blake2/impl/blake2bp-test.c [deleted file]
Modules/_blake2/impl/blake2bp.c [deleted file]
Modules/_blake2/impl/blake2s-test.c [deleted file]
Modules/_blake2/impl/blake2sp-test.c [deleted file]
Modules/_blake2/impl/blake2sp.c [deleted file]
configure
configure.ac
pyconfig.h.in