diff options
author | mharo <mharo@FreeBSD.org> | 2001-09-12 09:10:17 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2001-09-12 09:10:17 +0800 |
commit | c204ed62e59b308f411fd405ec92b5bb7d9160c6 (patch) | |
tree | ccc3baca97489797853d9ec495235e5c25f05290 /security/Makefile | |
parent | c25d630a0e6689de3cd7a392be6a84df54922734 (diff) | |
download | freebsd-ports-gnome-c204ed62e59b308f411fd405ec92b5bb7d9160c6.tar.gz freebsd-ports-gnome-c204ed62e59b308f411fd405ec92b5bb7d9160c6.tar.zst freebsd-ports-gnome-c204ed62e59b308f411fd405ec92b5bb7d9160c6.zip |
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/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index dec852f298b4..65772a03b743 100644 --- a/security/Makefile +++ b/security/Makefile @@ -112,6 +112,7 @@ SUBDIR += p5-Crypt-Cracklib SUBDIR += p5-Crypt-Cryptix SUBDIR += p5-Crypt-DES + SUBDIR += p5-Crypt-DSA SUBDIR += p5-Crypt-ECB SUBDIR += p5-Crypt-IDEA SUBDIR += p5-Crypt-OpenSSL-RSA |