EVP_AEAD_DEFAULT_TAG_LENGTH

EVP_AEAD_DEFAULT_TAG_LENGTH is a magic value that can be passed to EVP_AEAD_CTX_init to indicate that the default tag length for an AEAD should be used.

extern (C) nothrow @nogc
enum EVP_AEAD_DEFAULT_TAG_LENGTH = 0;

Meta