Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 175 Bytes

File metadata and controls

9 lines (6 loc) · 175 Bytes

Pollard Factorization Algorithm

A basic python3 implementation of the Pollard Factorization Algorithm.

Sample Run

python3 pollard.py 200391 100000 | vim -