MD5Context Struct Reference

#include <md5.h>

Collaboration diagram for MD5Context:

Collaboration graph
[legend]
List of all members.

Detailed Description

Stores MD5 context for computing.

Author:
VooDooMan
Version:
1
Date:
2004

Definition at line 52 of file md5.h.

Public Member Functions

 MD5Context ()

Public Attributes

uint32 bits [2]
uint32 buf [4]
unsigned char in [64]


Constructor & Destructor Documentation

MD5Context::MD5Context  )  [inline]
 

Definition at line 57 of file md5.h.

00058       {
00059          memset(this,0,sizeof(*this));
00060       }


Member Data Documentation

uint32 MD5Context::bits[2]
 

Definition at line 54 of file md5.h.

Referenced by MD5Final(), MD5Init(), and MD5Update().

uint32 MD5Context::buf[4]
 

Definition at line 53 of file md5.h.

Referenced by MD5Final(), MD5Init(), and MD5Update().

unsigned char MD5Context::in[64]
 

Definition at line 55 of file md5.h.

Referenced by MD5Final(), and MD5Update().


The documentation for this struct was generated from the following file:
Generated on Sun Jul 10 05:45:14 2005 for VooDoo cIRCle by doxygen 1.4.3

Hosted by SourceForge.net Logo