summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-DSA/pkg-descr
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2001-09-12 01:10:17 +0000
committerMichael Haro <mharo@FreeBSD.org>2001-09-12 01:10:17 +0000
commit5bae66dd189f204a8b62a66e0cc7210b52154711 (patch)
tree241ece24c2826846891dad82a1c27732080410d8 /security/p5-Crypt-DSA/pkg-descr
parentProvable Prime Number Generator suitable for Cryptographic Applications (diff)
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.
Diffstat (limited to 'security/p5-Crypt-DSA/pkg-descr')
-rw-r--r--security/p5-Crypt-DSA/pkg-descr6
1 files changed, 6 insertions, 0 deletions
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.