|
AES128ESP32 Library
|
#include "AES128ESP32.h"Go to the source code of this file.
Classes | |
| class | cryptoAES128 |
| For decryption to be successfull the following need to be identical to the values used for the encryption. the key data the iv data For encryption to be successful the following need to exist. the key data optionally the iv data. If the iv data does not exist a new iv will be generated. More... | |