libhasha 2.2.2
Loading...
Searching...
No Matches
ha_md5_context Struct Reference

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]

Detailed Description

Context structure for MD5 hashing.

This structure holds the internal state, bit count, and buffer used during the MD5 hash computation.

Definition at line 45 of file md5.h.

Member Data Documentation

◆ bit_count

uint64_t ha_md5_context::bit_count

Bit count representing the total input length.

Definition at line 49 of file md5.h.

◆ buffer

uint8_t ha_md5_context::buffer[HA_MD5_BLOCK_SIZE]

Buffer used for processing input data in 512-bit blocks.

Definition at line 50 of file md5.h.

◆ state

uint32_t ha_md5_context::state[4]

Current MD5 state (4 words).

Definition at line 47 of file md5.h.


The documentation for this struct was generated from the following file: