gcm_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_GCM_MODE)
extern (C) nothrow
int
gcm_memory
(
int cipher
,
const ubyte* key
,
c_ulong keylen
,
const ubyte* IV
,
c_ulong IVlen
,
const ubyte* adata
,
c_ulong adatalen
,
ubyte* pt
,
c_ulong ptlen
,
ubyte* ct
,
ubyte* tag
,
c_ulong* taglen
,)

Meta