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