ltc_math_descriptor.addi

add 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, c_ulong b, void* c) nothrow addi;

Meta