This is an automated email from the ASF dual-hosted git repository.
simbit18 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 4775f5ba219 xtensa/esp32: Fix HMAC-SHA when a long key is used When
using a key that is longer than the block size of the hashing algorithm used,
the key must be hashed before it is used.
new 19b6e15dbd8 arch/risc-v/espressif: Fix SHA errors
new 90147a72c2c arch/xtensa/espressif: Fix SHA errors
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
arch/risc-v/src/common/espressif/esp_crypto.c | 9 +++++++++
arch/xtensa/src/common/espressif/esp_crypto.c | 9 +++++++++
2 files changed, 18 insertions(+)