aboutsummaryrefslogtreecommitdiff
path: root/math/msieve/files
Commit message (Collapse)AuthorAgeFilesLines
* update to 1.49Brendan Fabeny2011-06-242-30/+2
| | | | Notes: svn path=/head/; revision=276184
* Update to 1.48Brendan Fabeny2011-02-071-4/+5
| | | | | | | | Approved by: makc, miwi (mentors, implicit) Feature safe: yes Notes: svn path=/head/; revision=268737
* Fix build by updating to 1.46Brendan Fabeny2010-08-281-27/+27
| | | | | | | Approved by: makc (co-mentor) Notes: svn path=/head/; revision=260134
* - Fix build in the following situations:Dmitry Marakasov2009-01-131-0/+21
| | | | | | | | | | | - 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-091-2/+2
| | | | | | | | PR: ports/128728 Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer) Notes: svn path=/head/; revision=222618
* - Update to 1.34Martin Wilke2008-03-301-78/+27
| | | | | | | | PR: 122196 Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer) Notes: svn path=/head/; revision=210135
* - Update to 1.23Martin Wilke2007-06-092-34/+52
| | | | | | | | PR: 113173 Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer) Notes: svn path=/head/; revision=193128
* - Update to 1.14Martin Wilke2007-01-091-6/+6
| | | | | | | | 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-052-0/+60
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