1
0
mirror of https://github.com/taigrr/arduinolibs synced 2025-01-18 04:33:12 -08:00

Make use of the AES hardware module on the ESP32

This commit is contained in:
Rhys Weatherley
2018-04-07 09:48:46 +10:00
parent 92dcceea57
commit ca49329fbd
8 changed files with 182 additions and 2 deletions

View File

@@ -1536,7 +1536,7 @@ INCLUDE_FILE_PATTERNS =
# undefined via #undef or recursively expanded use the := operator
# instead of the = operator.
PREDEFINED =
PREDEFINED = CRYPTO_DOC
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
# this tag can be used to specify a list of macro names that should be expanded.