sources/md5.h

Sat, 23 Jul 2016 12:28:52 +0300

author
Teemu Piippo <teemu@compsta2.com>
date
Sat, 23 Jul 2016 12:28:52 +0300
branch
protocol5
changeset 167
0150f86e68f0
parent 88
08ccaf26cffd
child 182
20ca0a6be175
permissions
-rw-r--r--

Added the PacketQueue class to make use of the sequence numbering to process packets in the correct order, and the ZFC9000 end of packet recovery protocol.

#pragma once
#include "basics.h"
BEGIN_ZFC_NAMESPACE

void CalculateMD5 (unsigned char const *buffer, int length, char *checksum);

END_ZFC_NAMESPACE

mercurial