AES128ESP32 Library
Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 CcryptoAES128For 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
 CdatabytesBaseclass for memory allocation and size information
 CMasterKeyDataMasterkey data for AES128 is 16bytes
 CencryptedDataVariable size encrypted data
 CivDataIV data for AES128 is 12 bytes
 Cpass2KeyCreate suitable keys for key generation (the masterkey) and encryption/decryption (newkey)