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