gazman-sdk / quadratic-sieve

Quadratic sieve implementation in Java
17 stars 3 forks source link

Deprecated!

I reimplemented it from scratch with tons of new optimizations. The new release is faster by several order of magnitudes then this version. https://github.com/gazman-sdk/quadratic-sieve-Java

Java Quadratic Sieve

This is Quadratic sieve implementation in Java, you can find a lot of info about the algorithm at wiki, so I just assume you are familiar with the basics of the algorithm and jump right in to the implementation.

news

Upgraded to version 3:

Implementation

How can you help?

This code needs better documentation, the implementation description can be improved as well, I did it because I love math. I will appreciate any bug reports, comments and new ideas.