sources/md5.h@552909484712
sources/md5.h
Mon, 11 Jan 2016 02:26:23 +0200
- author
- Teemu Piippo <crimsondusk64@gmail.com>
- date
- Mon, 11 Jan 2016 02:26:23 +0200
- changeset 116
- 552909484712
- parent 88
-
08ccaf26cffd
- child 182
-
20ca0a6be175
- permissions
- -rw-r--r--
Fixed: sending a message from earlier history did not flush to a new input line, instead just up a single level in history
#pragma once
#include "basics.h"
BEGIN_ZFC_NAMESPACE
void CalculateMD5 (unsigned char const *buffer, int length, char *checksum);
END_ZFC_NAMESPACE