File: control

package info (click to toggle)
pyecm 2.0.1-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 120 kB
  • sloc: python: 1,173; makefile: 28
file content (22 lines) | stat: -rw-r--r-- 764 bytes parent folder | download
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.