EVP_AEAD_MAX_TAG_LENGTH

EVP_AEAD_MAX_TAG_LENGTH is the maximum tag length used by any AEAD defined in this header.

extern (C) nothrow @nogc
enum EVP_AEAD_MAX_TAG_LENGTH = 16;

Meta