Return the null digest method (zero‐length digest, for testing/legacy use).
Synopsis
Declared in <openssl/evp.h>
EVP_MD const*
EVP_md_null();
Return Value
Pointer to the static null EVP_MD.
Created with MrDocs