From 5bae66dd189f204a8b62a66e0cc7210b52154711 Mon Sep 17 00:00:00 2001 From: Michael Haro Date: Wed, 12 Sep 2001 01:10:17 +0000 Subject: Crypt::DSA is an implementation of the DSA (Digital Signature Algorithm) signature verification system. The implementation itself is pure Perl, although the heavy-duty mathematics underneath are provided by the Math::Pari library. --- security/p5-Crypt-DSA/pkg-descr | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 security/p5-Crypt-DSA/pkg-descr (limited to 'security/p5-Crypt-DSA/pkg-descr') diff --git a/security/p5-Crypt-DSA/pkg-descr b/security/p5-Crypt-DSA/pkg-descr new file mode 100644 index 000000000000..d1a168034f68 --- /dev/null +++ b/security/p5-Crypt-DSA/pkg-descr @@ -0,0 +1,6 @@ +Crypt::DSA is an implementation of the DSA (Digital Signature Algorithm) +signature verification system. The implementation itself is pure Perl, +although the heavy-duty mathematics underneath are provided by the +Math::Pari library. + +This package provides DSA signing, signature verification, and key generation. -- cgit v1.2.3