ltc_cipher_descriptor.xcbc_memory

Accelerated one shot XCBC @param key The secret key @param keylen The key length (octets) @param in The message @param inlen Length of message (octets) @param out out Destination for tag @param outlen [in/out] Initial and final size of out @return CRYPT_OK on success

struct ltc_cipher_descriptor
int function(const ubyte* key, c_ulong keylen, const ubyte* _in, c_ulong inlen, ubyte* _out, c_ulong* outlen) nothrow xcbc_memory;

Meta