summaryrefslogtreecommitdiff
path: root/math/msieve (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Fix build in the following situations:Dmitry Marakasov2009-01-132-0/+22
| | | | | | | | | | | - On i386 with unset CPUTYPE - On i386 without MMX support PR: 130396 Submitted by: Daniel Roethlisberger <daniel at roe dot ch> Notes: svn path=/head/; revision=225911
* - Update to 1.38Pav Lucistnik2008-11-094-12/+8
| | | | | | | | PR: ports/128728 Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer) Notes: svn path=/head/; revision=222618
* - Update to 1.34Martin Wilke2008-03-304-107/+50
| | | | | | | | PR: 122196 Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer) Notes: svn path=/head/; revision=210135
* Mark as broken on sparc64-7: fails to compile.Mark Linimon2008-02-011-0/+6
| | | | Notes: svn path=/head/; revision=206579
* chase math/gsl lib versionYing-Chieh Liao2007-06-291-1/+2
| | | | Notes: svn path=/head/; revision=194427
* - Update to 1.23Martin Wilke2007-06-094-39/+71
| | | | | | | | PR: 113173 Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer) Notes: svn path=/head/; revision=193128
* - Update to 1.14Martin Wilke2007-01-094-15/+16
| | | | | | | | PR: ports/107585 Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer) Notes: svn path=/head/; revision=181888
* Msieve is a library and utility for factoring large integers using the mostMartin Wilke2007-01-055-0/+128
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 <jasonp@boo.net> WWW: http://www.boo.net/~jasonp/qs.html PR: ports/107477 Submitted by: Daniel Roethlisberger <daniel at roe.ch> Notes: svn path=/head/; revision=181482