Skip Menu |

This queue is for tickets about the Crypt-Primes CPAN distribution.

Report information
The Basics
Id: 92087
Status: resolved
Priority: 0/
Queue: Crypt-Primes

People
Owner: Nobody in particular
Requestors: RIVY [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: Remove Math::Pari dependency
Math::Pari is severely broken for many 64-bit builds, especially on the Windows platforms (see https://rt.cpan.org/Ticket/Display.html?id=52146). Removing the Math::Pari dependency, or, at least, making it an optional/recommended module (both here and in Crypt::Random) would allow Crypt::OpenPGP to function on a much wider platform base.
On Sun Jan 12 13:38:48 2014, RIVY wrote: Show quoted text
> Math::Pari is severely broken for many 64-bit builds, especially on > the Windows platforms (see > https://rt.cpan.org/Ticket/Display.html?id=52146). > > Removing the Math::Pari dependency, or, at least, making it an > optional/recommended module (both here and in Crypt::Random) would > allow Crypt::OpenPGP to function on a much wider platform base.
Crypt::OpenPGP should switch to Alt::Crypt::RSA::BigInt. That removes all Pari dependencies and no longer uses this module, making this ticket moot.
I agree that this is now moot.