]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-14322: added test case for invalid update to hmac (#26636)
authorArjun <ccldarjun@icloud.com>
Sun, 25 Feb 2024 10:33:28 +0000 (02:33 -0800)
committerGitHub <noreply@github.com>
Sun, 25 Feb 2024 10:33:28 +0000 (03:33 -0700)
commit6550b548138ed996e1098c4271f5b7df56f02ab8
tree63b4ccf3928c564eabf8688fb2ff7b998f5a918a
parenta00b41b9e9257e3c779e3ef5d5d5f0cef9223a30
bpo-14322: added test case for invalid update to hmac (#26636)

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Lib/test/test_hmac.py