ZFFramework
 
Loading...
Searching...
No Matches
ZFMd5.h File Reference

MD5 utility. More...

#include "ZFAlgorithmDef.h"

Go to the source code of this file.

Functions

ZFLIB_ZFAlgorithm void ZFMd5T (zfstring &ret, const void *src, zfindex srcLen, zfbool upperCase=_ZFT_t_zftrue)
 calculate MD5, return empty string if failed
 
zfstring ZFMd5 (const void *src, zfindex srcLen, zfbool upperCase=_ZFT_t_zftrue)
 see ZFMd5
 
ZFLIB_ZFAlgorithm void ZFMd5T (zfstring &ret, const ZFInput &callback, zfbool upperCase=(_ZFT_t_zftrue))
 see ZFMd5
 
ZFLIB_ZFAlgorithm zfstring ZFMd5 (const ZFInput &callback, zfbool upperCase=(_ZFT_t_zftrue))
 see ZFMd5
 
ZFLIB_ZFAlgorithm void ZFMd5T (zfstring &ret, const zfchar *src, zfindex srcLen=(((zfindex) -1)), zfbool upperCase=(_ZFT_t_zftrue))
 see ZFMd5
 
ZFLIB_ZFAlgorithm zfstring ZFMd5 (const zfchar *src, zfindex srcLen=(((zfindex) -1)), zfbool upperCase=(_ZFT_t_zftrue))
 see ZFMd5
 

Detailed Description

MD5 utility.