sources/md5.h

Mon, 11 Jan 2016 16:33:08 +0200

author
Teemu Piippo <crimsondusk64@gmail.com>
date
Mon, 11 Jan 2016 16:33:08 +0200
changeset 125
d8ecf07a76cf
parent 88
08ccaf26cffd
child 182
20ca0a6be175
permissions
-rw-r--r--

Moved version definitions from version.h to version.cpp since they have no reason to be in the header file

#pragma once
#include "basics.h"
BEGIN_ZFC_NAMESPACE

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

END_ZFC_NAMESPACE

mercurial