EVP_sha256

Returns an EVP_MD structure for the SHA256 digest algorithm

extern (C)
const(EVP_MD)*
EVP_sha256
()

Return Value

Type: const(EVP_MD)*

A pointer to the EVP_MD structure.

Meta