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
branch
protocol5
changeset 106
7b156b764d11
parent 88
08ccaf26cffd
child 182
20ca0a6be175
equal
deleted
inserted
replaced
104:a76af67a3a4b
106:7b156b764d11
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