]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-90733: improve `hashlib.scrypt` interface (#136100)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Mon, 14 Jul 2025 10:49:34 +0000 (12:49 +0200)
committerGitHub <noreply@github.com>
Mon, 14 Jul 2025 10:49:34 +0000 (12:49 +0200)
commita68ddea3bf7e9bb77d096c613bce2ec1e67a28f4
tree28a11454aa382f4e0db65d2339fcd4a370157ca2
parent75e2c5dd346d18c0e3c11d664c84d47becf1349b
gh-90733: improve `hashlib.scrypt` interface (#136100)

* add `scrypt` to `hashlib.__all__`
* improve `hashlib.scrypt` exception messages
Lib/hashlib.py
Lib/test/test_hashlib.py
Misc/NEWS.d/next/Library/2025-06-29-15-22-13.gh-issue-90733.NiquaA.rst [new file with mode: 0644]
Modules/_hashopenssl.c
Modules/clinic/_hashopenssl.c.h