freebsd-ports/security/p5-Alt-Crypt-RSA-BigInt/pkg-plist
Sunpoet Po-Chuan Hsieh 29356cfc9f Add p5-Alt-Crypt-RSA-BigInt 0.06
This is a rework of Crypt::RSA to remove Math::Pari and instead base all
operations on Math::BigInt.

This is intended to be a plug-in replacement for Crypt::RSA, with no
user-visible changes to existing features.

Math::Pari is completely removed. This includes the two modules:
- Crypt::Primes => Math::Prime::Util
- Crypt::Random => Math::Prime::Util

All operations are now performed using Math::BigInt, and prefer the GMP and Pari
backends.

WWW: https://metacpan.org/release/Alt-Crypt-RSA-BigInt
2018-09-10 20:26:14 +00:00

30 lines
1.2 KiB
Text

%%SITE_PERL%%/Alt/Crypt/RSA/BigInt.pm
%%SITE_PERL%%/Crypt/RSA.pm
%%SITE_PERL%%/Crypt/RSA/DataFormat.pm
%%SITE_PERL%%/Crypt/RSA/Debug.pm
%%SITE_PERL%%/Crypt/RSA/ES/OAEP.pm
%%SITE_PERL%%/Crypt/RSA/ES/PKCS1v15.pm
%%SITE_PERL%%/Crypt/RSA/Errorhandler.pm
%%SITE_PERL%%/Crypt/RSA/Key.pm
%%SITE_PERL%%/Crypt/RSA/Key/Private.pm
%%SITE_PERL%%/Crypt/RSA/Key/Private/SSH.pm
%%SITE_PERL%%/Crypt/RSA/Key/Public.pm
%%SITE_PERL%%/Crypt/RSA/Key/Public/SSH.pm
%%SITE_PERL%%/Crypt/RSA/Primitives.pm
%%SITE_PERL%%/Crypt/RSA/SS/PKCS1v15.pm
%%SITE_PERL%%/Crypt/RSA/SS/PSS.pm
%%PERL5_MAN3%%/Alt::Crypt::RSA::BigInt.3.gz
%%PERL5_MAN3%%/Crypt::RSA.3.gz
%%PERL5_MAN3%%/Crypt::RSA::DataFormat.3.gz
%%PERL5_MAN3%%/Crypt::RSA::Debug.3.gz
%%PERL5_MAN3%%/Crypt::RSA::ES::OAEP.3.gz
%%PERL5_MAN3%%/Crypt::RSA::ES::PKCS1v15.3.gz
%%PERL5_MAN3%%/Crypt::RSA::Errorhandler.3.gz
%%PERL5_MAN3%%/Crypt::RSA::Key.3.gz
%%PERL5_MAN3%%/Crypt::RSA::Key::Private.3.gz
%%PERL5_MAN3%%/Crypt::RSA::Key::Private::SSH.3.gz
%%PERL5_MAN3%%/Crypt::RSA::Key::Public.3.gz
%%PERL5_MAN3%%/Crypt::RSA::Key::Public::SSH.3.gz
%%PERL5_MAN3%%/Crypt::RSA::Primitives.3.gz
%%PERL5_MAN3%%/Crypt::RSA::SS::PKCS1v15.3.gz
%%PERL5_MAN3%%/Crypt::RSA::SS::PSS.3.gz