ltc_math_descriptor.sqr

Square an integer @param a The integer to square @param b The destination @return CRYPT_OK on success

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

Meta