sprint 1-alpha
Public Member Functions | Static Public Attributes
MD5 Class Reference

#include <md5.h>

List of all members.

Public Member Functions

void Update (const unsigned char *inBuf, unsigned int inLen)
 Digest inLen bytes from inBuf.
void Final ()
 Compute the final digest.
const unsigned char * Digest () const
 return the Digest (the buffer is DigestSize bytes long)

Static Public Attributes

static const int DigestSize = 16

Detailed Description

Data structure for MD5 (Message Digest) computation


Member Data Documentation

const int MD5::DigestSize = 16 [static]

Size of Digest Buffer


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines