Revision: 38719 http://trac.macosforge.org/projects/macports/changeset/38719 Author: markd@macports.org Date: 2008-07-29 11:11:15 -0700 (Tue, 29 Jul 2008) Log Message: ----------- New port. Added Paths: ----------- trunk/dports/perl/p5-crypt-primes/ trunk/dports/perl/p5-crypt-primes/Portfile Added: trunk/dports/perl/p5-crypt-primes/Portfile =================================================================== --- trunk/dports/perl/p5-crypt-primes/Portfile (rev 0) +++ trunk/dports/perl/p5-crypt-primes/Portfile 2008-07-29 18:11:15 UTC (rev 38719) @@ -0,0 +1,20 @@ +# $Id$ + +PortSystem 1.0 +PortGroup perl5 1.0 + +perl5.setup Crypt-Primes 0.50 +maintainers nomaintainer +description Provable Prime Number Generator suitable for Cryptographic Applications. +long_description This module implements Ueli Maurer's algorithm for generating large provable \ + primes and secure parameters for public-key cryptosystems. The generated \ + primes are almost uniformly distributed over the set of primes of the specified \ + bitsize and expected time for generation is less than the time required for \ + generating a pseudo-prime of the same size with Miller-Rabin tests. + +platforms darwin +checksums md5 041947b9645142615d687b89cf2e1a7b + +depends_lib port:p5-crypt-random \ + port:p5-math-pari + Property changes on: trunk/dports/perl/p5-crypt-primes/Portfile ___________________________________________________________________ Name: svn:keywords + Id Name: svn:eol-style + native
participants (1)
-
markd@macports.org