EVP_AEAD_nonce_length

EVP_AEAD_nonce_length returns the length of the per-message nonce.

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

Meta