gnutls_cipher_aead_decrypt_func

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C) nothrow @nogc
alias gnutls_cipher_aead_decrypt_func = int function
(
void* ctx
,
const(void)* nonce
,
size_t noncesize
,
const(void)* auth
,
size_t authsize
,
size_t tag_size
,
const(void)* encr
,
size_t encrsize
,
void* plain
,
size_t plainsize
)

Meta