ocb_decrypt_verify_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_OCB_MODE)
extern (C) nothrow
int
ocb_decrypt_verify_memory
(
int cipher
,
const ubyte* key
,
c_ulong keylen
,
const ubyte* nonce
,
const ubyte* ct
,
c_ulong ctlen
,
ubyte* pt
,
const ubyte* tag
,
c_ulong taglen
,
int* stat
)

Meta