thinx-aes-lib
thinx-aes-lib copied to clipboard
AES wrapper for ESP8266/ESP32/Arduino/nRF5x
I tried to run this library in esp32-idf, but i got errors in build. Someone handled this case?
Running the example will ALWAYS report success but it is a false success report. Even if you change the line decLen = decrypt(...) to decLen = 0, it will report...
Building for an M0-based board (Adafruit Trinket M0 with ATSAMD21 processor) fails as``std::string`` is referenced but not included. The following error message is produced: ``` In file included from src/main.cpp:2:...
Hi, when using AESlib together with mWebSockets, I run into linker errors because both libraries define several functions with the same names (e.g. base_64encode). Is there a recommended way to...