diff options
author | cjep <cjep> | 2002-12-23 01:27:40 +0000 |
---|---|---|
committer | cjep <cjep> | 2002-12-23 01:27:40 +0000 |
commit | 372af45daa500db0b7f90481414f0a1f4587d3bc (patch) | |
tree | bbf83e3569479f366b223ee7e150c4444d6d2568 | |
parent | 00eded408575f29de7b39387d63a172364be22e2 (diff) | |
download | pkgsrc-372af45daa500db0b7f90481414f0a1f4587d3bc.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)
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index d99793f49d0..47f734f2974 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.877 2002/12/22 22:28:23 jmmv Exp $ +$NetBSD: CHANGES,v 1.878 2002/12/23 01:27:40 cjep Exp $ Changes to the packages collection and infrastructure in 2002: @@ -4063,3 +4063,4 @@ Changes to the packages collection and infrastructure in 2002: Updated ion to 20010523nb1 [jmmv 2002-12-22] Updated cdbkup to 1.0nb1 [jmmv 2002-12-22] Updated qterm to 1.0nb1 [jmmv 2002-12-22] + Added gp-factint-1.3 [cjep 2002-12-23] |