diff options
author | cjep <cjep@pkgsrc.org> | 2002-12-23 01:26:24 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2002-12-23 01:26:24 +0000 |
commit | 1c4e5da1b0c65dd98f80506957fe7df8c73a1505 (patch) | |
tree | a74fd72dade0a052ad83607e72ad8bb3e822fe15 /math/gp-factint/DESCR | |
parent | ff83298890872c36a68b0f2c302cf2692b56a7fc (diff) | |
download | pkgsrc-1c4e5da1b0c65dd98f80506957fe7df8c73a1505.tar.gz |
Initial import of the GAP package FactInt 1.3 into the NetBSD packages
collection as math/gp-factint.
This package for GAP 4 provides routines for integer factorization,
in particular:
* Pollard's p-1
* Williams' p+1
* The Elliptic Curves Method (ECM)
* The Continued Fraction Algorithm (CFRAC)
* The Multiple Polynomial Quadratic Sieve (MPQS)
Diffstat (limited to 'math/gp-factint/DESCR')
-rw-r--r-- | math/gp-factint/DESCR | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/math/gp-factint/DESCR b/math/gp-factint/DESCR new file mode 100644 index 00000000000..7d5bbae1cef --- /dev/null +++ b/math/gp-factint/DESCR @@ -0,0 +1,8 @@ +This package for GAP 4 provides routines for +integer factorization, in particular: + + - Pollard's p-1 + - Williams' p+1 + - The Elliptic Curves Method (ECM) + - The Continued Fraction Algorithm (CFRAC) + - The Multiple Polynomial Quadratic Sieve (MPQS) |