Incremental SHA‐384 / SHA‐512 digest state (also typedef'd as SHA512_CTX).
Synopsis
Declared in <openssl/sha.h>
struct SHA512state_st;
Types
Name |
Description |
Current message block viewed as 64‐bit words ( |
Data Members
Name |
Description |
High 64 bits of the bit‐length counter. |
|
Low 64 bits of the bit‐length counter. |
|
Working hash state H0..H7 (eight 64‐bit words). |
|
Digest output length in bytes (SHA384_DIGEST_LENGTH or SHA512_DIGEST_LENGTH). |
|
Number of bytes currently buffered in u.p toward a full block. |
|
Current message block viewed as 64‐bit words ( |
Created with MrDocs