ltc_math_descriptor.mulmod

Modular multiplication @param a The first source @param b The second source @param c The modulus @param d The destination (a*b mod c) @return CRYPT_OK on success

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

Meta