[#EVP_whirlpool] = EVP_whirlpool :mrdocs: Return the WHIRLPOOL digest method (512‐bit output; legacy provider). == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:EVP_MD.adoc[EVP_MD] const* EVP_whirlpool(); ---- == Return Value EVP_MD for WHIRLPOOL, or NULL if unavailable. [.small]#Created with https://www.mrdocs.com[MrDocs]#