this struct represents a MD5-hash context. More...
#include <hl_md5.h>
Public Attributes | |
| unsigned long int | state [4] |
| unsigned long int | count [2] |
| unsigned char | buffer [64] |
this struct represents a MD5-hash context.
| 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)
1.6.3