SHA-256 running computation context.
More...
|
|
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).
|
SHA-256 running computation context.
The documentation for this struct was generated from the following file: