Subject: | could dependency on Math::Pari be dropped for Math::BigInt? |
Date: | Sun, 15 Mar 2009 17:45:50 -0400 |
To: | bug-Crypt-OpenPGP [...] rt.cpan.org |
From: | Daniel Kahn Gillmor <dkg [...] fifthhorseman.net> |
From a brief review of the source of Crypt::OpenPGP, it looks to me like
the dependency on Math::Pari is really only being used for its large
integer support. However, Math::Pari is significantly more complicated
to build and install than most perl modules (see its RT summary), and
large integer support is also available in modern perl distributions
from the Math::BigInt module.
If Crypt::OpenPGP could be rewritten to Math::BigInt instead of
Math::Pari, it would be easier to install and maintain (and could take
advantage of new BigInt implementations transparently).
--dkg
Message body not shown because it is not plain text.