sources/md5.h@da7d5a8e608f
sources/md5.h
Wed, 20 Jul 2016 14:59:20 +0300
- author
- Teemu Piippo <teemu@compsta2.com>
- date
- Wed, 20 Jul 2016 14:59:20 +0300
- changeset 139
- da7d5a8e608f
- parent 88
-
08ccaf26cffd
- child 182
-
20ca0a6be175
- permissions
- -rw-r--r--
Restyled the names of the private methods of Interface
#pragma once
#include "basics.h"
BEGIN_ZFC_NAMESPACE
void CalculateMD5 (unsigned char const *buffer, int length, char *checksum);
END_ZFC_NAMESPACE