[#SHA512state_st-_01record] = xref:SHA512state_st.adoc[SHA512state_st]::Unnamed union :relfileprefix: ../ :mrdocs: Current message block viewed as 64‐bit words (`d)` or bytes (`p).` == Synopsis Declared in `<openssl/sha.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- union Unnamed union; ---- == Data Members [cols="1,4"] |=== | Name| Description | xref:SHA512state_st/_01record/d.adoc[`d`] [.small]#[variant member]# | Current message block as 64‐bit words for the compression function. | xref:SHA512state_st/_01record/p.adoc[`p`] [.small]#[variant member]# | Current message block as bytes for partial‐block buffering. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#