eax_encrypt_authenticate_memory

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
version(LTC_EAX_MODE)
extern (C) nothrow
int
eax_encrypt_authenticate_memory
(
int cipher
,
const ubyte* key
,
c_ulong keylen
,
const ubyte* nonce
,
c_ulong noncelen
,
const ubyte* header
,
c_ulong headerlen
,
const ubyte* pt
,
c_ulong ptlen
,
ubyte* ct
,
ubyte* tag
,
c_ulong* taglen
)

Meta