]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-131402: add HMAC-SHA3 NIST test cases (#131407)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Tue, 18 Mar 2025 12:57:15 +0000 (13:57 +0100)
committerGitHub <noreply@github.com>
Tue, 18 Mar 2025 12:57:15 +0000 (13:57 +0100)
commit8cb57dc3678a8b26772d0fffce525762fee4f234
treee2e11ae078f4f56dc17f036dd24fc525fc12049a
parent83479c217523c277cccb9db1e214d99b1c9d6343
gh-131402: add HMAC-SHA3 NIST test cases (#131407)

Add NIST [1] tests for `HMAC-SHA-3/{224,256,384,512}`.

[1]: https://csrc.nist.gov/Projects/cryptographic-standards-and-guidelines/example-values
Lib/test/test_hmac.py