EVP_MD_FLAG_PKEY_DIGEST

digest is a "clone" digest used which is a copy of an existing one for a specific public key type. EVP_dss1() etc

extern (C) nothrow @nogc
enum EVP_MD_FLAG_PKEY_DIGEST = 0x0002;

Meta