Return the SHA‐256 digest method (256‐bit output).
Synopsis
Declared in <openssl/evp.h>
EVP_MD const*
EVP_sha256();
Return Value
EVP_MD for SHA‐256, or NULL if unavailable.
Created with MrDocs