sources/md5.h

Fri, 22 Jul 2016 17:50:00 +0300

author
Teemu Piippo <teemu@compsta2.com>
date
Fri, 22 Jul 2016 17:50:00 +0300
changeset 157
42bb29924218
parent 88
08ccaf26cffd
child 182
20ca0a6be175
permissions
-rw-r--r--

Bytestream now behaves more like a cursor. It does not store the data anymore, rather it leaves the user to specify a vector to use for storage.

#pragma once
#include "basics.h"
BEGIN_ZFC_NAMESPACE

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

END_ZFC_NAMESPACE

mercurial