sources/md5.h

Fri, 24 Jul 2015 00:43:16 +0300

author
Teemu Piippo <tsapii@utu.fi>
date
Fri, 24 Jul 2015 00:43:16 +0300
changeset 99
f9f73eeba3b7
parent 88
08ccaf26cffd
child 182
20ca0a6be175
permissions
-rw-r--r--

Fixed crashing problems: min and max had their logic inverted and Bytestream::read_string moved the cursor too early

#pragma once
#include "basics.h"
BEGIN_ZFC_NAMESPACE

void CalculateMD5 (unsigned char const *buffer, int length, char *checksum);

END_ZFC_NAMESPACE

mercurial