#include "StdAfx.h"#include "SHA.h"Go to the source code of this file.
Defines | |
| #define | asm_m_nCount m_nCount |
Functions | |
| void | SHA_Add_p5 (CSHA *, LPCVOID pData, DWORD nLength) |
Variables | |
| static unsigned char | SHA_PADDING [64] |
|
|
Definition at line 46 of file SHA.cpp. Referenced by CSHA::Finish(). |
|
||||||||||||||||
|
Referenced by CSHA::Add(), and CSHA::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 50 of file SHA.cpp. Referenced by CSHA::Finish(). |
1.4.2