![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cCipherBlowfish.h>
Public Member Functions | |
| cCipherBlowfishBlock () noexcept | |
| cCipherBlowfishBlock (const BYTE *pInput) | |
| cCipherBlowfishBlock (const cCipherBlowfishBlock &b) noexcept | |
| cCipherBlowfishBlock & | operator^= (const cCipherBlowfishBlock &b) |
| void | put_BytesToBlock (const BYTE *pInput) |
| void | get_BlockBytes (BYTE *pOutput) const |
Public Attributes | |
| cUnion64 | m_v |
64 bit SBlock Structure bytes in BIG_ENDIAN format. [0] = left = high, right = low
|
inlinenoexcept |
|
inline |
|
inlinenoexcept |
|
inline |
Get bytes in BIG_ENDIAN format.
|
inline |
|
inline |
Put bytes in BIG_ENDIAN format.
| cUnion64 GrayLib::cCipherBlowfishBlock::m_v |