Return the SHA‐512 digest method (512‐bit output).

Synopsis

Declared in <openssl/evp.h>

EVP_MD const*
EVP_sha512();

Return Value

EVP_MD for SHA‐512, or NULL if unavailable.

Created with MrDocs