![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cStreamCipher.h>
Public Member Functions | |
cStreamCipher (ICipherBase *pCipher) | |
Public Attributes | |
ICipherBase *const | m_pCipher |
what cipher algorithm are we using to decrypt or encrypt? More... | |
Applies a block cipher to a stream.
|
inline |
ICipherBase* const GrayLib::cStreamCipher::m_pCipher |
what cipher algorithm are we using to decrypt or encrypt?