ltc_math_descriptor.div_2

divide by two @param a The integer to divide (shift right) @param b The destination @return CRYPT_OK on success

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

Meta