Return the EVP_MD for BLAKE2s‐256.

Synopsis

Declared in <openssl/evp.h>

EVP_MD const*
EVP_blake2s256();

Return Value

Pointer to the digest method, or NULL if unavailable in this build.

Created with MrDocs