ltc_math_descriptor.isprime

Primality testing @param a The integer to test @param b The destination of the result (FP_YES if prime) @return CRYPT_OK on success

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

Meta