ltc_math_descriptor.modi

Get remainder (small value) @param a The integer to reduce @param b The modulus (upto bits_per_digit in length) @param c The destination for the residue @return CRYPT_OK on success

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

Meta