sources/md5.h

Sat, 23 Jul 2016 12:14:20 +0300

author
Teemu Piippo <teemu@compsta2.com>
date
Sat, 23 Jul 2016 12:14:20 +0300
changeset 161
1c483b54ddcb
parent 88
08ccaf26cffd
child 182
20ca0a6be175
permissions
-rw-r--r--

Added versions of min() and max() that find the smallest and largest values in an iterable.

#pragma once
#include "basics.h"
BEGIN_ZFC_NAMESPACE

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

END_ZFC_NAMESPACE

mercurial