Provable Prime Number Generator suitable for Cryptographic Applications.
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.
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.
To install p5.32-crypt-primes, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.32-crypt-primes
To see what files were installed by p5.32-crypt-primes, run:
port contents p5.32-crypt-primes
To later upgrade p5.32-crypt-primes, run:
sudo port selfupdate && sudo port upgrade p5.32-crypt-primes
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.