ltc_math_descriptor.exptmod

Modular exponentiation @param a The base integer @param b The power (can be negative) integer @param c The modulus integer @param d The destination @return CRYPT_OK on success

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

Meta