EVP_AEAD_max_overhead

EVP_AEAD_max_overhead returns the maximum number of additional bytes added by the act of sealing data with the AEAD.

extern (C) nothrow @nogc
size_t
EVP_AEAD_max_overhead
(
const(.EVP_AEAD)* aead
)

Meta