Skip to content

Adding optimized Miller-Rabin primality checks

Choose a tag to compare

@cottrela cottrela released this 13 May 08:56

Major update adds Millar-Rabin primality checks for larger primes

Updates:

  • Adds support for generating primes up to 10^38 (near 128-bit limit)
  • Adds a 128-bit Millar-Rabin test optimized for speed
  • Refactored constellations into an optional feature
  • Code clean ups and some big refactors
  • Removed CLI support for window mode on the sieve
  • Removed "BestEffort" on the Sieve