AES128ESP32 Library
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 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
 CencryptedDataVariable size encrypted data
 CivDataIV data for AES128 is 12 bytes
 CMasterKeyDataMasterkey data for AES128 is 16bytes
 Cpass2KeyCreate suitable keys for key generation (the masterkey) and encryption/decryption (newkey)