FIRSTPRIMES(1) | General Commands Manual | FIRSTPRIMES(1) |
firstprimes - primality certification for the first primes
firstprimes [-o filename] -base maxindex
firstprimes [-o filename] minindex maxindex
This tool outputs in the file filename (default: FirstPrimes.v) the proof of primality for the primes between the minimum and the maximum indexes.
It contains a rather large list (thousands) of the first primes, and is able to output a proof of primality for each of them ; the indexes are relative to this list.
-o <filename> Prints the proof script in the file named <filename> (otherwise: FirstPrimes.v)
July 15th, 2022 |