# $Id: Portfile 67067 2010-04-28 10:52:35Z ryandesign@macports.org $

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

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
