Loweynet
Rev. | 2bf85c03c1e059a2f75dbd48ef73be5961e12414 |
---|---|
크기 | 296 bytes |
Time | 2011-09-01 13:44:19 |
Author | hylom |
Log Message | initial commit from 1.97b zip archive
|
#define MSDOS
#define LITTLE_ENDIAN
typedef int int32;
typedef unsigned int uint32;
//typedef unsigned int UINT4;
typedef unsigned short int UINT2;
/*
* just enough declarations for otp_hash to deal.
*/
void sha_memory (char *, uint32, uint32 *);