mirror of
https://github.com/apache/nuttx.git
synced 2026-05-26 10:46:28 +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
@@ -60,4 +60,5 @@ CONFIG_SYSTEM_NSH=y
|
||||
CONFIG_TESTING_CRYPTO=y
|
||||
CONFIG_TESTING_CRYPTO_HASH=y
|
||||
CONFIG_TESTING_CRYPTO_HASH_DISABLE_MD5=y
|
||||
CONFIG_TESTING_CRYPTO_PBKDF2=y
|
||||
CONFIG_UART0_SERIAL_CONSOLE=y
|
||||
|
||||
Reference in New Issue
Block a user