• R/O
  • HTTP
  • SSH
  • HTTPS

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

FFFTPのソースコードです。


File Info

Rev. 2bf85c03c1e059a2f75dbd48ef73be5961e12414
大小 296 字节
时间 2011-09-01 13:44:19
作者 hylom
Log Message

initial commit from 1.97b zip archive

Content

#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 *);