We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5e61ea commit 29c26ceCopy full SHA for 29c26ce
2 files changed
Doc/whatsnew/3.14.rst
@@ -353,6 +353,13 @@ Other language changes
353
The testbed can also be used to run the test suite of projects other than
354
CPython itself. (Contributed by Russell Keith-Magee in :gh:`127592`.)
355
356
+* Add a built-in implementation for HMAC (:rfc:`2104`) using formally verified
357
+ code from the `HACL* <https://github.com/hacl-star/hacl-star/>`__ project.
358
+ This implementation is used as a fallback when the OpenSSL implementation
359
+ of HMAC is not available.
360
+ (Contributed by Bénédikt Tran in :gh:`99108`.)
361
+
362
363
New modules
364
===========
365
Misc/NEWS.d/next/Core_and_Builtins/2025-02-15-14-36-32.gh-issue-99108.u6CfmK.rst
@@ -0,0 +1,2 @@
1
+Add support for built-in implementation of HMAC (:rfc:`2104`) based on
2
+HACL*. Patch by Bénédikt Tran.
0 commit comments