ProteoWizard
|
#include <memory.h>
#include <stdio.h>
#include <string.h>
#include <string>
Go to the source code of this file.
Classes | |
union | SHA1_WORKSPACE_BLOCK |
class | CSHA1 |
Macros | |
#define | SHA1_UTILITY_FUNCTIONS |
#define | SHA1_STL_FUNCTIONS |
#define | SHA1_LITTLE_ENDIAN |
#define | SHA1_WIPE_VARIABLES |
#define | TCHAR char |
#define | _T(__x) (__x) |
#define | _tmain main |
#define | _tprintf printf |
#define | _getts gets |
#define | _tcslen strlen |
#define | _tfopen fopen |
#define | _tcscpy strcpy |
#define | _tcscat strcat |
#define | _sntprintf snprintf |
#define | _fseeki64 fseeko |
#define | _ftelli64 ftello |
#define | UINT_8 unsigned char |
#define | UINT_32 unsigned int |
#define | INT_64 long long |
#define | UINT_64 unsigned long long |