EVP_MD_FLAG_ONESHOT

digest can only handle a single block

version(all)
extern (C) nothrow @nogc
enum EVP_MD_FLAG_ONESHOT = 0x0001;

Meta