blob: c4db09b5369536c7f3fad4122635faa6c89c553d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
Msieve is a library and utility for factoring large integers using the most
powerful modern algorithms. It features a stable and very fast implementation
of a self-initializing multiple polynomial quadratic sieve (MPQS), plus highly
experimental and unfinished general number field sieve (GNFS) code.
Primary design goals are speed, portability and ease of use. Msieve claims to
be the fastest implementation for factoring general inputs between 40 and 100
decimal digits.
Author: Jason Papadopoulos <jasonp@boo.net>
WWW: http://www.boo.net/~jasonp/qs.html
|