ZXFoundation™ 26h2
Loading...
Searching...
No Matches
crypto::sha256::sha256_ctx Struct Referenceexport

SHA-256 running computation context. More...

Data Fields

u64 bit_count {}
 Total message bits processed so far.
u8 buf [64] {}
 Partial-block accumulation buffer.
u32 buf_len {}
 Number of valid bytes in buf (0..63).
bool finalized {}
 Set by sha256_final(); guards against double-finalize.
u32 state [8] {}
 Current intermediate hash values (H0..H7).

Detailed Description

SHA-256 running computation context.


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