ltc_math_descriptor.gcd

gcd @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 gcd;

Meta