updated the TOC of ESP-IDF API Reference to make it consistet with the real section title

This commit is contained in:
Shang Zhou
2021-08-27 15:09:35 +08:00
parent 81391fb18c
commit be189b1cfd
15 changed files with 83 additions and 83 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
HMAC
====
Hash-based Message Authentication Code (HMAC)
=============================================
The HMAC (Hash-based Message Authentication Code) module provides hardware acceleration for SHA256-HMAC generation using a key burned into an eFuse block.
HMACs work with pre-shared secret keys and provide authenticity and integrity to a message.