summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-DSA/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'security/p5-Crypt-DSA/DESCR')
-rw-r--r--security/p5-Crypt-DSA/DESCR7
1 files changed, 7 insertions, 0 deletions
diff --git a/security/p5-Crypt-DSA/DESCR b/security/p5-Crypt-DSA/DESCR
new file mode 100644
index 00000000000..ba808f5abab
--- /dev/null
+++ b/security/p5-Crypt-DSA/DESCR
@@ -0,0 +1,7 @@
+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.