Use ESP32's hardware AES

This commit is contained in:
Manuel Bleichenbacher
2018-10-04 20:07:09 +02:00
parent 49d0a7c284
commit 638e3d10a9
4 changed files with 176 additions and 1 deletions

View File

@ -16,6 +16,7 @@
"${IDF_PATH}/components/soc/include",
"${IDF_PATH}/components/soc/esp32/include",
"${IDF_PATH}/components/tcpip_adapter/include",
"${IDF_PATH}/components/mbedtls/mbedtls/include",
"${workspaceRoot}/examples/provisioning/build/include",
"${workspaceRoot}/examples/hello_world/build/include",
"${workspaceRoot}/examples/send_recv/build/include",