From 0c52f5367e3ed4670ff8a8f2ee48ea68f6c4ba8b Mon Sep 17 00:00:00 2001 From: miwi Date: Fri, 5 Jan 2007 07:58:52 +0000 Subject: 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 highly experimental and unfinished number field sieve (NFS) 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. Author: Jason Papadopoulos WWW: http://www.boo.net/~jasonp/qs.html PR: ports/107477 Submitted by: Daniel Roethlisberger --- math/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'math/Makefile') diff --git a/math/Makefile b/math/Makefile index bfe8c7a87774..48d6c9bb9697 100644 --- a/math/Makefile +++ b/math/Makefile @@ -145,6 +145,7 @@ SUBDIR += mpexpr SUBDIR += mpfr SUBDIR += mprime + SUBDIR += msieve SUBDIR += mtl SUBDIR += mtrxmath SUBDIR += mumps -- cgit