MD5 utility. More...
#include "ZFAlgorithmDef.h"Go to the source code of this file.
Functions | |
| 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 | |
| void | ZFMd5T (zfstring &ret, const ZFInput &callback, zfbool upperCase=(_ZFT_t_zftrue)) |
| see ZFMd5 | |
| zfstring | ZFMd5 (const ZFInput &callback, zfbool upperCase=(_ZFT_t_zftrue)) |
| see ZFMd5 | |
| void | ZFMd5T (zfstring &ret, const zfchar *src, zfindex srcLen=(((zfindex) -1)), zfbool upperCase=(_ZFT_t_zftrue)) |
| see ZFMd5 | |
| zfstring | ZFMd5 (const zfchar *src, zfindex srcLen=(((zfindex) -1)), zfbool upperCase=(_ZFT_t_zftrue)) |
| see ZFMd5 | |
MD5 utility.