Incremental SHA‐224 / SHA‐256 digest state (also typedef'd as SHA256_CTX); deprecated low‐level API.
Synopsis
Declared in <openssl/sha.h>
struct SHA256state_st;
Data Members
Name |
Description |
Low and high 32‐bit halves of the bit‐length counter. |
|
Low and high 32‐bit halves of the bit‐length counter. |
|
Partial input block being accumulated (SHA_LBLOCK words). |
|
Working hash state H0..H7 (eight 32‐bit words). |
|
Bytes buffered in |
|
Bytes buffered in |
Created with MrDocs