gnutls_cipher_aead_encrypt_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_encrypt_func = int function
(
void* ctx
,
const(void)* nonce
,
size_t noncesize
,
const(void)* auth
,
size_t authsize
,
size_t tag_size
,
const(void)* plain
,
size_t plainsize
,
void* encr
,
size_t encrsize
)

Meta