ltc_math_descriptor.lcm

lcm @param a The first integer @param b The second integer @param c The destination for [a, b] @return CRYPT_OK on success

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

Meta