Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 341 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 341 Bytes

Primes

Build Status

Python module for prime numbers computations.

Implements some basic algorithms (not suited to break RSA keys):

  • sieve of Eratosthenes
  • estimation of nth prime
  • wheel factorization

Licensed under GPLv3.