This is an automated email from the ASF dual-hosted git repository.

michallenc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 6e7cfed8a1b documentation: Add HMAC-SHA support for esp32
6e7cfed8a1b is described below

commit 6e7cfed8a1b8edc3761fbf2bbcb9497608820455
Author: Vlad Pruteanu <[email protected]>
AuthorDate: Thu Nov 27 22:42:21 2025 +0200

    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 <[email protected]>
---
 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

Reply via email to