mirror of
https://github.com/apache/nuttx.git
synced 2026-05-10 07:18:49 +08:00
arch/xtensa/esp32: Add support for hardware accelerated PBKDF2
This adds support for the PBKDF2 algorithm in the ESP32 crypto driver. Here, it will take advantage of the hardware-accelerated implementation of SHA. Signed-off-by: Vlad Pruteanu <pruteanuvlad1611@yahoo.com>
This commit is contained in:
committed by
Xiang Xiao
parent
4f1a3356f9
commit
ad168fdf2d
@@ -410,7 +410,7 @@ RSA No
|
||||
RTC Yes
|
||||
SD/MMC Yes SPI based SD card driver
|
||||
SDIO No
|
||||
SHA Yes Also supports HMAC-SHA(1/256)
|
||||
SHA Yes Also supports HMAC-SHA(1/256) and PBKDF2
|
||||
SPI Yes
|
||||
SPIFLASH Yes
|
||||
SPIRAM Yes
|
||||
|
||||
Reference in New Issue
Block a user