Finalize a SHA-512 digest and write SHA512_DIGEST_LENGTH bytes to md (deprecated).
Declared in <openssl/sha.h>
[[deprecated]]
int
SHA512_Final(
unsigned char* md,
SHA512_CTX* c);
Deprecated. Use of this entity is allowed but discouraged.
1 on success, or 0 on failure.
| Name | Description |
|---|---|
| md | Destination buffer for the digest. |
| c | Context previously updated with SHA512_Update(). |