Public Member Functions |
virtual void | encrypt (byte *, const byte *, unsigned int)=0 |
virtual void | decrypt (byte *, const byte *, unsigned int)=0 |
virtual void | set_encryptKey (const byte *, const byte *=0)=0 |
virtual void | set_decryptKey (const byte *, const byte *=0)=0 |
virtual uint | get_blockSize () const =0 |
virtual int | get_keySize () const =0 |
virtual int | get_ivSize () const =0 |
Detailed Description
Definition at line 179 of file crypto_wrapper.hpp.
The documentation for this struct was generated from the following file: