From 18c29c6a7240694673e23dbcaae1c4c29b4d8f15 Mon Sep 17 00:00:00 2001 From: Martin Wilke 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 v1.2.3