forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.xml
35 lines (33 loc) · 1.09 KB
/
metadata.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>[email protected]</email>
</maintainer>
<maintainer type="person">
<email>[email protected]</email>
<name>François Bissey</name>
</maintainer>
<maintainer type="project" proxied="proxy">
<email>[email protected]</email>
<name>Proxy Maintainers</name>
</maintainer>
<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo Mathematics Project</name>
</maintainer>
<longdescription lang="en">
This package provides routines for factoring integers, in
particular:
* Pollard's p-1
* Williams' p+1
* Elliptic Curves Method (ECM)
* Continued Fraction Algorithm (CFRAC)
* Multiple Polynomial Quadratic Sieve (MPQS)
It also provides access to Richard P. Brent's tables of factors of
integers of the form b^k +/- 1.
</longdescription>
<upstream>
<remote-id type="github">gap-packages/FactInt</remote-id>
</upstream>
</pkgmetadata>