sources/md5.h@5948441a1951
sources/md5.h
Sat, 23 Jul 2016 12:22:23 +0300
- author
- Teemu Piippo <teemu@compsta2.com>
- date
- Sat, 23 Jul 2016 12:22:23 +0300
- changeset 163
- 5948441a1951
- parent 88
-
08ccaf26cffd
- child 182
-
20ca0a6be175
- permissions
- -rw-r--r--
Added the ByteArray::quote() method to return a string representation of the byte array, and used it to print out the contents of unparseable packets.
#pragma once
#include "basics.h"
BEGIN_ZFC_NAMESPACE
void CalculateMD5 (unsigned char const *buffer, int length, char *checksum);
END_ZFC_NAMESPACE