里面的改版的我只是添加了一个函数,可封装成.a的库。 /* MD5.H - header file for MD5C.C */ /* Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All rights reserved. License to copy and use this software is granted provided that it is identified as the "RSA Data Secu
我添加了一个函数MDfile,封装成.a的库。 /* MD5.H - header file for MD5C.C */ /* Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All rights reserved. License to copy and use this software is granted provided that it is identified as the "RSA Data Securit
md5例子 ======================================================================== STATIC LIBRARY : MD5 ======================================================================== AppWizard has created this MD5 library for you. This file contains a summary
md5 h #ifndef MD5 H #define MD5 H #define R memset x y z memset x y z #define R memcpy x y z memcpy x y z #define R memcmp x y z memcmp x y z typedef unsigned long UINT4; typedef unsigned char POINTER;