Load the current value of this SHA‐1 digest into the specified result.

Synopsis

Declared in <bdlde_sha1.h>

void
loadDigest(unsigned char* result) const;

Parameters

Name

Description

result

buffer for the digest (k_DIGEST_SIZE bytes)

Created with MrDocs