1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: pyecm
Section: math
Priority: optional
Maintainer: Martin Kelly <aomighty@gmail.com>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: python (>= 2.6.5)
Standards-Version: 3.9.3.0
Homepage: http://sourceforge.net/projects/pyecm
X-Python-Version: >= 2.3
Package: pyecm
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Recommends: python-gmpy
Description: integer factorization with the Elliptic Curve Method (ECM)
pyecm is a Python program to factor numbers using the Elliptic Curve Method
(ECM). It is relatively fast in that it can quickly factors numbers up to 50
digits.
.
Because it is written in Python, pyecm is very portable. It is also fairly
easy to use. Use of python-gmpy and/or python-psyco will speed it up
immensely.
|