AES128ESP32 Library
Loading...
Searching...
No Matches
cryptostructs.h File Reference

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

Macro Definition Documentation

◆ AES128BYTES

#define AES128BYTES   16

Definition at line 3 of file cryptostructs.h.

◆ AES128IVSIZE

#define AES128IVSIZE   12

Definition at line 4 of file cryptostructs.h.