root/src/common/md5calc.h
@
18
Revision 1, 187 bytes (checked in by jinshiro, 17 years ago) |
---|
Line | |
---|---|
1 | #ifndef _MD5CALC_H_ |
2 | #define _MD5CALC_H_ |
3 | |
4 | void MD5_String(const char * string, char * output); |
5 | void MD5_String2binary(const char * string, char * output); |
6 | |
7 | #endif /* _MD5CALC_H_ */ |
Note: See TracBrowser
for help on using the browser.