sources/md5.h@62cfb7b97fc0
sources/md5.h
Sun, 17 May 2015 17:22:20 +0300
- author
- Teemu Piippo <crimsondusk64@gmail.com>
- date
- Sun, 17 May 2015 17:22:20 +0300
- branch
- protocol5
- changeset 79
- 62cfb7b97fc0
- parent 10
-
3874575d924d
- child 88
-
08ccaf26cffd
- permissions
- -rw-r--r--
Added rudimentary support for CVar watch (only as a debug command for now)
#pragma once
void CalculateMD5 (unsigned char const *buffer, int length, char *checksum);