From 5d2bd16a1cc0abe2ff54f90c8a8538169b0f2d79 Mon Sep 17 00:00:00 2001 From: Michael Haro Date: Wed, 12 Sep 2001 01:12:03 +0000 Subject: Crypt::RSA is a pure-perl, cleanroom implementation of the RSA public-key cryptosystem. It uses Math::Pari(3), a perl interface to the blazingly fast PARI library, for big integer arithmetic and number theoretic computations. --- security/p5-Crypt-RSA/pkg-plist | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 security/p5-Crypt-RSA/pkg-plist (limited to 'security/p5-Crypt-RSA/pkg-plist') diff --git a/security/p5-Crypt-RSA/pkg-plist b/security/p5-Crypt-RSA/pkg-plist new file mode 100644 index 000000000000..843b9a33b039 --- /dev/null +++ b/security/p5-Crypt-RSA/pkg-plist @@ -0,0 +1,22 @@ +lib/perl5/site_perl/%%PERL_VER%%/Crypt/RSA/Key.pm +lib/perl5/site_perl/%%PERL_VER%%/Crypt/RSA/SS/PSS.pm +lib/perl5/site_perl/%%PERL_VER%%/Crypt/RSA/SS/PKCS1v15.pm +lib/perl5/site_perl/%%PERL_VER%%/Crypt/RSA/ES/OAEP.pm +lib/perl5/site_perl/%%PERL_VER%%/Crypt/RSA/ES/PKCS1v15.pm +lib/perl5/site_perl/%%PERL_VER%%/Crypt/RSA/Primitives.pm +lib/perl5/site_perl/%%PERL_VER%%/Crypt/RSA/Key/Private/SSH.pm +lib/perl5/site_perl/%%PERL_VER%%/Crypt/RSA/Key/Private.pm +lib/perl5/site_perl/%%PERL_VER%%/Crypt/RSA/Key/Public/SSH.pm +lib/perl5/site_perl/%%PERL_VER%%/Crypt/RSA/Key/Public.pm +lib/perl5/site_perl/%%PERL_VER%%/Crypt/RSA/DataFormat.pm +lib/perl5/site_perl/%%PERL_VER%%/Crypt/RSA/Debug.pm +lib/perl5/site_perl/%%PERL_VER%%/Crypt/RSA/Errorhandler.pm +lib/perl5/site_perl/%%PERL_VER%%/Crypt/RSA.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/RSA/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Crypt/RSA/ES +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Crypt/RSA/Key/Private +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Crypt/RSA/Key/Public +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Crypt/RSA/Key +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Crypt/RSA/SS +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Crypt/RSA +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/RSA -- cgit v1.2.3