Skip to content

exc-jdbi/BigPrimeGenerators

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BigPrimeGenerators

Different variants of the very fast generation of very big primes numbers.

Variant BigPrimeGenerator30X16:
A simple variant with an incredibly impressive performance.

Variant BigPrimeGeneratorEulerN2N41:
The Euler variant, with very impressive performance.

Variant BigPrimeGenerator2n2796n79003:
An optimized Euler variant, with an impressive performance.

Variant BigPrimeGenerator2070X190:
An own construction based on tests I have made, with amazing performance.