sources/md5.h@eb4c25284a19
sources/md5.h
Mon, 04 May 2015 15:51:03 +0300
- author
- Teemu Piippo <crimsondusk64@gmail.com>
- date
- Mon, 04 May 2015 15:51:03 +0300
- changeset 69
- eb4c25284a19
- parent 10
-
3874575d924d
- child 88
-
08ccaf26cffd
- permissions
- -rw-r--r--
Removed a lot of boilerplate code
#pragma once
void CalculateMD5 (unsigned char const *buffer, int length, char *checksum);