EVP_MD_CTX_create

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. EVP_MD_CTX* EVP_MD_CTX_create()
  2. alias EVP_MD_CTX_create = EVP_MD_CTX_new
    extern (C) nothrow
    static if(!(OPENSSL_VERSION_BEFORE(1, 1, 0)))
    alias EVP_MD_CTX_create = EVP_MD_CTX_new

Meta