[#BloombergLP-bdlde-Sha512-loadDigest] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlde.adoc[bdlde]::xref:BloombergLP/bdlde/Sha512.adoc[Sha512]::loadDigest :relfileprefix: ../../../ :mrdocs: Load the value of this SHA‐2 digest into the specified `result`. == Synopsis Declared in `<bdlde_sha2.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void loadDigest(unsigned char* result) const; ---- == Parameters [cols="1,4"] |=== | Name| Description | *result* | buffer for the digest (`k_DIGEST_SIZE` bytes) |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#