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

Context structure for SHA-2 384-bit hashing. More...

#include <sha2.h>

Public Attributes

uint64_t state [8]
uint64_t bit_count [2]
uint8_t buffer [HA_SHA2_384_BLOCK_SIZE]

Detailed Description

Context structure for SHA-2 384-bit hashing.

This structure holds the internal state, bit count, and buffer used during the SHA-2 384-bit hash computation.

Definition at line 162 of file sha2.h.

Member Data Documentation

◆ bit_count

uint64_t ha_sha2_384_context::bit_count[2]

Bit count representing the total input length (2 parts).

Definition at line 165 of file sha2.h.

◆ buffer

uint8_t ha_sha2_384_context::buffer[HA_SHA2_384_BLOCK_SIZE]

Buffer used for processing data in 512-bit blocks.

Definition at line 167 of file sha2.h.

◆ state

uint64_t ha_sha2_384_context::state[8]

Internal state (8 words).

Definition at line 164 of file sha2.h.


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