37 TeaCrypter(
void *ptr,
unsigned int sizeof_data, uint32_t *key);
73 unsigned int sizeof_inputData;
74 unsigned int sizeof_keptData;
Do not use these functions.
Definition: FileDataReader.h:16
void EncryptData()
EncryptData - invoke the encryption of the data.
void DecryptData()
DecryptData - invoke the decryption of the data.
bool GetMemoryErr() const
GetMemoryErr - Retrieve errors by TeaCrypter.
TeaCrypter(void *ptr, unsigned int sizeof_data, uint32_t *key)
Default constructor for TEA crypter.
void * GetData()
GetData - Pull the data that is going to be encrypted.
Encryption functionality of Pluto.
Definition: TeaCrypter.h:22