ltc_math_descriptor.sub

subtract two integers @param a The first source integer @param b The second source integer @param c The destination of "a - b" @return CRYPT_OK on success

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

Meta