primeTest
primeTest is a software library and command-line tool designed to determine whether integers are prime. It is used in cryptography, number theory research, and education, providing single-number checks and batch processing.
The core implements both deterministic and probabilistic primality tests. For numbers within 32- and 64-bit ranges,
PrimeTest is typically implemented with a performance-focused core in C or C++, with bindings for languages
Performance depends on the input size and the number of probabilistic rounds; deterministic options cover certain
Related topics include primality testing, Miller-Rabin, Baillie-PSW, AKS primality test, and modular arithmetic.