File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Misc/NEWS.d/next/Core_and_Builtins Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -258,6 +258,13 @@ Other language changes
258258 The testbed can also be used to run the test suite of projects other than
259259 CPython itself. (Contributed by Russell Keith-Magee in :gh: `127592 `.)
260260
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+
261268New modules
262269===========
263270
Original file line number Diff line number Diff line change 1+ Add support for built-in implementation of HMAC (:rfc: `2104 `) based on
2+ HACL*. Patch by Bénédikt Tran.
You can’t perform that action at this time.
0 commit comments