36 virtual void toSource(Type* source,
int size) = 0;
Header for Plutos functionality for Tiny Encryption. This algorithm is not very secure but it will wo...
Template type, input the data type that is to be encrypted.
Definition: IDataReader.h:21
virtual Type * toRAM()=0
places the data inside of memory
virtual void toSource(Type *source, int size)=0
pushes data to source
virtual int getSize()=0
get size of data
Do not use these functions.
Definition: FileDataReader.h:16