Return the SHA‐1 digest method (160‐bit output).
Synopsis
Declared in <openssl/evp.h>
EVP_MD const*
EVP_sha1();
Return Value
Pointer to the static SHA‐1 EVP_MD.
Created with MrDocs