libhasha 2.2.2
|
Context structure for SHA-2 224-bit hashing. More...
#include <sha2.h>
Public Attributes | |
uint32_t | state [8] |
uint64_t | bit_count |
uint8_t | buffer [HA_SHA2_224_BLOCK_SIZE] |
Context structure for SHA-2 224-bit hashing.
This structure holds the internal state, bit count, and buffer used during the SHA-2 224-bit hash computation.
uint64_t ha_sha2_224_context::bit_count |
uint8_t ha_sha2_224_context::buffer[HA_SHA2_224_BLOCK_SIZE] |
uint32_t ha_sha2_224_context::state[8] |