From 6e7cfed8a1b8edc3761fbf2bbcb9497608820455 Mon Sep 17 00:00:00 2001 From: Vlad Pruteanu Date: Thu, 27 Nov 2025 22:42:21 +0200 Subject: [PATCH] documentation: Add HMAC-SHA support for esp32 Support for hardware accelerated HMAC-SHA(1/256) for ESP32 was added, this commit updates the documentation to reflect this as well. Signed-off-by: Vlad Pruteanu --- Documentation/platforms/xtensa/esp32/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/platforms/xtensa/esp32/index.rst b/Documentation/platforms/xtensa/esp32/index.rst index 54f8542c94d..7a358e1f9cf 100644 --- a/Documentation/platforms/xtensa/esp32/index.rst +++ b/Documentation/platforms/xtensa/esp32/index.rst @@ -410,7 +410,7 @@ RSA No RTC Yes SD/MMC Yes SPI based SD card driver SDIO No -SHA Yes +SHA Yes Also supports HMAC-SHA(1/256) SPI Yes SPIFLASH Yes SPIRAM Yes