#include "StdAfx.h"#include "MD5.h"Go to the source code of this file.
Functions | |
| void | MD5_Add_p5 (CMD5 *, LPCVOID pData, DWORD nLength) |
Variables | |
| static unsigned char | MD5_PADDING [64] |
|
||||||||||||||||
|
Referenced by CMD5::Add(), and CMD5::Finish(). |
|
|
Initial value: {
0x80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
}
Definition at line 42 of file MD5.cpp. Referenced by CMD5::Finish(). |
1.4.2