home *** CD-ROM | disk | FTP | other *** search
- typedef unsigned short uint16;
- typedef short int16;
- typedef unsigned char uchar ;
-
- void mdfour(unsigned char *out, unsigned char *in, int n);
- void E_md4hash(unsigned char *passwd, unsigned char *p16);
- void E_P16(unsigned char *p14, unsigned char *p16);
-