ltc_math_descriptor.mpdiv

Divide an integer @param a The dividend @param b The divisor @param c The quotient (can be NULL to signify don't care) @param d The remainder (can be NULL to signify don't care) @return CRYPT_OK on success

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

Meta