Header for Plutos functionality for processing data used in encryption.
class used in processing the file data for the encryption
Definition: FileDataReader.h:23
void toSource(char *source, int size)
pushes data to source
char * toRAM()
places the data inside of memory
int getSize()
get size of data
FileDataReader(const char *fileName)
Constructor for FileDataReader class.
Template type, input the data type that is to be encrypted.
Definition: IDataReader.h:21
Do not use these functions.
Definition: FileDataReader.h:16