Mercurial
>
zfc9000
/ file comparison
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
file
latest
revisions
annotate
diff
comparison
raw
comparison: sources/md5.h
sources/md5.h
changeset 88
08ccaf26cffd
parent 10
3874575d924d
child 182
20ca0a6be175
equal
deleted
inserted
replaced
87:53c2aecb9704
88:08ccaf26cffd
1
#pragma once
1
#pragma once
2
#include "basics.h"
3
BEGIN_ZFC_NAMESPACE
4
2
void CalculateMD5 (unsigned char const *buffer, int length, char *checksum);
5
void CalculateMD5 (unsigned char const *buffer, int length, char *checksum);
6
7
END_ZFC_NAMESPACE