HL_MD5_CTX Struct Reference

this struct represents a MD5-hash context. More...

#include <hl_md5.h>

List of all members.

Public Attributes

unsigned long int state [4]
unsigned long int count [2]
unsigned char buffer [64]

Detailed Description

this struct represents a MD5-hash context.


Member Data Documentation

unsigned char HL_MD5_CTX::buffer[64]

input buffer

unsigned long int HL_MD5_CTX::count[2]

number of bits, modulo 2^64 (lsb first)

unsigned long int HL_MD5_CTX::state[4]

state (ABCD)


The documentation for this struct was generated from the following file:
Generated on Thu Oct 13 20:06:35 2011 for hashlib++ by  doxygen 1.6.3