ltc_math_descriptor.invmod

Modular inversion @param a The value to invert @param b The modulus @param c The destination (1/a mod b) @return CRYPT_OK on success

struct ltc_math_descriptor
int function(void*, void*, void*) nothrow invmod;

Meta