mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 17:19:09 -04:00
Bootloader NVS decryption uses hardware ROM APIs to decrypt the NVS contents, but for targets that do not support AES hardware we could benefit by using the software mbedtls library that is present in the ROM directly.