crypto_aead_chacha20poly1305_ietf_encrypt_detached

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_chacha20poly1305_ietf_encrypt_detached
(
ubyte* c
,
ubyte* mac
,
ulong* maclen_p
,
const(ubyte)* m
,
ulong mlen
,
const(ubyte)* ad
,
ulong adlen
,
const(ubyte)* nsec
,
const(ubyte)* npub
,
const(ubyte)* k
)

Meta