#include "StdAfx.h"
#include "MD4.h"
Go to the source code of this file.
Functions | |
void | MD4_Add_p5 (CMD4 *, LPCVOID pData, DWORD nLength) |
Variables | |
static unsigned char | MD4_PADDING [64] |
|
Referenced by CMD4::Add(), and CMD4::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 41 of file MD4.cpp. Referenced by CMD4::Finish(). |