sources/md5.h

Mon, 15 Dec 2014 06:07:12 +0200

author
Teemu Piippo <crimsondusk64@gmail.com>
date
Mon, 15 Dec 2014 06:07:12 +0200
changeset 34
3caf69e7350b
parent 10
3874575d924d
child 88
08ccaf26cffd
permissions
-rw-r--r--

- added line-wrapping to the output widget: lines to output are now first compiled into renderer-friendly format. the output view then uses these pre-processed lines to determine what lines to render. Phew! What a monster of a commit.

10
3874575d924d - begin work on rcon sessions
Teemu Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
1 #pragma once
3874575d924d - begin work on rcon sessions
Teemu Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
2 void CalculateMD5 (unsigned char const *buffer, int length, char *checksum);

mercurial