libhasha 2.2.2
|
SHA-1 context structure used to store the internal state during hashing. More...
#include <sha1.h>
Public Attributes | |
uint32_t | state [5] |
uint64_t | bit_count |
uint8_t | buffer [HA_SHA1_BLOCK_SIZE] |
SHA-1 context structure used to store the internal state during hashing.
This structure holds the state of the SHA-1 hash calculation, including the intermediate state variables, bit count, and buffer used to store input data.
uint64_t ha_sha1_context::bit_count |
uint8_t ha_sha1_context::buffer[HA_SHA1_BLOCK_SIZE] |
uint32_t ha_sha1_context::state[5] |