Return the MD4 digest method (128‐bit output; legacy provider).

Synopsis

Declared in <openssl/evp.h>

EVP_MD const*
EVP_md4();

Return Value

EVP_MD for MD4, or NULL if unavailable.

Created with MrDocs