ltc_math_descriptor.sqrmod

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

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

Meta