# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.28 5.30 5.32 5.34 perl5.setup Crypt-Primes 0.50 revision 5 license {Artistic-1 GPL} 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 any} checksums md5 041947b9645142615d687b89cf2e1a7b if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-class-loader \ port:p${perl5.major}-crypt-random \ port:p${perl5.major}-data-dumper \ port:p${perl5.major}-math-pari supported_archs noarch }