![]() |
pluto
1
Small utility library for UUIDs, SHA1, and Encryption
|
Template type, input the data type that is to be encrypted. More...
#include <IDataReader.h>
Public Member Functions | |
virtual Type * | toRAM ()=0 |
places the data inside of memory More... | |
virtual void | toSource (Type *source, int size)=0 |
pushes data to source More... | |
virtual int | getSize ()=0 |
get size of data More... | |
Template type, input the data type that is to be encrypted.
The type specified in the template is the one to be encrypted the encryption is flexible and can handle any kind of data
|
pure virtual |
|
pure virtual |
places the data inside of memory
Creates a pointer to chars that contains the contents of your data
Implemented in plt::FileDataReader.
|
pure virtual |
pushes data to source
Takes the size and the data and puts them into the specified data type
Implemented in plt::FileDataReader.