crypto_aead_aes256gcm_encrypt_detached_afternm

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
@nogc nothrow extern (C)
int
crypto_aead_aes256gcm_encrypt_detached_afternm
(
ubyte* c
,
ubyte* mac
,
ulong* maclen_p
,
const(ubyte)* m
,
ulong mlen
,
const(ubyte)* ad
,
ulong adlen
,
const(ubyte)* nsec
,
const(ubyte)* npub
,)

Meta