We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35dfdad commit 3381ac7Copy full SHA for 3381ac7
Doc/whatsnew/3.14.rst
@@ -258,6 +258,13 @@ Other language changes
258
The testbed can also be used to run the test suite of projects other than
259
CPython itself. (Contributed by Russell Keith-Magee in :gh:`127592`.)
260
261
+* Add a built-in implementation for HMAC (:rfc:`2104`) using formally verified
262
+ code from the `HACL* <https://github.com/hacl-star/hacl-star/>`__ project.
263
+ This implementation is used as a fallback when the OpenSSL implementation
264
+ of HMAC is not available.
265
+ (Contributed by Bénédikt Tran in :gh:`99108`.)
266
+
267
268
New modules
269
===========
270
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