libhasha 2.2.2
|
Context structure for MD5 hashing. More...
#include <md5.h>
Public Attributes | |
uint32_t | state [4] |
uint64_t | bit_count |
uint8_t | buffer [HA_MD5_BLOCK_SIZE] |
Context structure for MD5 hashing.
This structure holds the internal state, bit count, and buffer used during the MD5 hash computation.
uint64_t ha_md5_context::bit_count |
uint8_t ha_md5_context::buffer[HA_MD5_BLOCK_SIZE] |