sources/md5.h@2d43f05b284c
sources/md5.h
Thu, 23 Jul 2015 18:07:39 +0300
- author
- Teemu Piippo <tsapii@utu.fi>
- date
- Thu, 23 Jul 2015 18:07:39 +0300
- changeset 97
- 2d43f05b284c
- parent 88
-
08ccaf26cffd
- child 182
-
20ca0a6be175
- permissions
- -rw-r--r--
Added pdcurses source files, if no curses library is provided, these source files will be fallen back to instead of raising an error. Should make compiling on windows slightly less painful.
#pragma once
#include "basics.h"
BEGIN_ZFC_NAMESPACE
void CalculateMD5 (unsigned char const *buffer, int length, char *checksum);
END_ZFC_NAMESPACE