summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-RSA
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.48 and add missing dependencyMichael Haro2002-02-262-3/+4
| | | | | | | | PR: 34978, 35122 Submitted by: Seamus Venasse <svenasse@polaris.ca>, Jason Harris <jharris@widomaker.com> Notes: svn path=/head/; revision=55258
* Crypt::RSA is a pure-perl, cleanroom implementation of the RSA public-keyMichael Haro2001-09-125-0/+90
cryptosystem. It uses Math::Pari(3), a perl interface to the blazingly fast PARI library, for big integer arithmetic and number theoretic computations. Notes: svn path=/head/; revision=47727