Additional
Information: Testing an integer for prime or composite character. Probabilisitc tests yield an answer with high probability of correctness, primality proofs yield an answer which is certain to be correct, often with a certificate of primality which can be verified mo
PRIMES Is In P PRIMES Is In P: A deterministic polynomial time primality test, developed by Manindra Agarwal, Nitin Saxena and Neeraj Kayal of IIT Kanpur. Preprint in PS/PDF and links to media reports. (Primality Tests) http://www.cse.iitk.ac.in/news/primality.html
The PRIMES is in P Little FAQ The PRIMES is in P Little FAQ: Answers to some frequently asked question about the recent proof that PRIMES is in P, compiled by Anton Stiglic. (Primality Tests) http://crypto.cs.mcgill.ca/~stiglic/PRIMES_P_FAQ.html
Contrast Primality Tests Contrast Primality Tests: A report by Minjae Kim. (Primality Tests) http://www.csam.iit.edu/~cs549/cs549/project/Contrastprimalitytests.htm
Primality Testing Primality Testing: The problem of primality testing and factorization are two distinct problems. If we concentrate on primality testing, we never need to know the actual factors. The only question to be answered is "is the number in question prime or composite." (Primality Tests) http://db.uwaterloo.ca/~alopez-o/
Primality Testing Applet Primality Testing Applet: A small Java applet to interactively perform strong probable primality tests. (Primality Tests) http://www.2357.a-tu.net/index.php?link=Primality
Least Primitive Root of Prime Numbers Least Primitive Root of Prime Numbers: Empirical and statistical results showing the smallest base required to prove a number is prime. Includes theory and conjectures. (Primality Tests) http://www.ieeta.pt/~tos/p-roots.html
Perrin Numbers Perrin Numbers: Includes details of primality testing using the Perrin sequence, listing the first 17 Perrin pseudoprimes. (Primality Tests) http://ftp.ai.univie.ac.at/perrin.html
Lucas Sequences in Cryptography Lucas Sequences in Cryptography: Focus on their use in primality testing, with pseudo-code. Includes an explanation of the strong Lucas PRP test. (Primality Tests) http://www.eskimo.com/~weidai/lucas.html