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

Synopsis

Declared in <openssl/evp.h>

EVP_MD const*
EVP_sha224();

Return Value

EVP_MD for SHA‐224, or NULL if unavailable.

Created with MrDocs