FryingFinn has asked for the wisdom of the Perl Monks concerning the following question:
PARI: *** exponent overflow at /Library/Perl/5.12/Crypt/Primes.pm Mac OSX 10.8.5 This is perl 5, version 12, subversion 4 (v5.12.4) built for darwin-thread-multi-2level (with 2 registered patches, see perl -V for more detail)
I not sure what to do ?#!/usr/bin/perl use Crypt::RSA; my $rsa = new Crypt::RSA; my ($public, $private) = $rsa->keygen ( Identity => 'Lord Macbeth <macbeth@glamis.com>', Size => 256, Password => 'A day so foul & fair', Verbosity => 1, ) or die $rsa->errstr(); print $public;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Primes.pm exponent overflow
by kcott (Archbishop) on Jan 24, 2014 at 12:19 UTC | |
|
Re: Primes.pm exponent overflow
by Anonymous Monk on Jan 23, 2014 at 22:50 UTC |