sources/md5.h

Sun, 14 Dec 2014 23:21:38 +0200

author
Teemu Piippo <crimsondusk64@gmail.com>
date
Sun, 14 Dec 2014 23:21:38 +0200
changeset 24
e651d02802c0
parent 10
3874575d924d
child 88
08ccaf26cffd
permissions
-rw-r--r--

- the interface is now able to connect to arbitrary hosts (uses ^N to start the prompt) instead of the hardcoded localhost:10666

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

mercurial