ltc_math_descriptor.mul

multiply two integers @param a The first source integer @param b The second source integer (single digit of upto bits_per_digit in length) @param c The destination of "a * b" @return CRYPT_OK on success

struct ltc_math_descriptor
int function(void* a, void* b, void* c) nothrow mul;

Meta