mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
6c2224077f
PR: ports/128728 Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer)
12 lines
597 B
Plaintext
12 lines
597 B
Plaintext
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 a
|
|
somewhat experimental general number field sieve (GNFS) implementation.
|
|
|
|
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, but can handle larger input as well.
|
|
|
|
Author: Jason Papadopoulos <jasonp@boo.net>
|
|
WWW: http://www.boo.net/~jasonp/qs.html
|