blob: 10d2b1dafda7650357580f5971fc7a9ef2a15161 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef TQTMD5_H
#define TQTMD5_H
#include <ntqstring.h>
#include <ntqcstring.h>
void qtMD5(const TQByteArray &src, unsigned char *digest);
TQString qtMD5(const TQByteArray &src);
#endif
|