|
AES128ESP32 Library
|
Go to the source code of this file.
Classes | |
| class | databytes |
| baseclass for memory allocation and size information. More... | |
| class | encryptedData |
| variable size encrypted data More... | |
| class | ivData |
| IV data for AES128 is 12 bytes. More... | |
| class | MasterKeyData |
| masterkey data for AES128 is 16bytes More... | |
Macros | |
| #define | AES128BYTES 16 |
| #define | AES128IVSIZE 12 |
| #define AES128BYTES 16 |
Definition at line 3 of file cryptostructs.h.
| #define AES128IVSIZE 12 |
Definition at line 4 of file cryptostructs.h.