quick-is-prime
Test if a number is prime in constant time, using a cached Sieve of Eratosthenes.
sieve-set
Generate a Sieve of Eratosthenes with constant time lookup
crypto-sieve
Low memory-usage implementation of a Sieve of Eratosthenes.
prime-fun
Suite for testing primality, finding primes, and finding prime k-tuples