sources/md5.h@58d4a48f0904
sources/md5.h
Wed, 27 Jan 2021 23:11:41 +0200
- author
- Teemu Piippo <teemu@hecknology.net>
- date
- Wed, 27 Jan 2021 23:11:41 +0200
- changeset 196
- 58d4a48f0904
- parent 182
-
20ca0a6be175
- permissions
- -rw-r--r--
updated the documentation of the string functions
#pragma once
#include <string>
#include "basics.h"
BEGIN_ZFC_NAMESPACE
void CalculateMD5 (unsigned char const *buffer, int length, char *checksum);
std::string md5(const char* buffer);
END_ZFC_NAMESPACE