diff options
author | erwin <erwin@FreeBSD.org> | 2005-12-18 00:16:24 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2005-12-18 00:16:24 +0800 |
commit | 6181caba06d41e0e8104e4706949c26d231c2318 (patch) | |
tree | ea130d131a536c894b1208170d8af03e199b45ee /security/Makefile | |
parent | ca358c58e618eaa31cc837681165a650821f3011 (diff) | |
download | freebsd-ports-gnome-6181caba06d41e0e8104e4706949c26d231c2318.tar.gz freebsd-ports-gnome-6181caba06d41e0e8104e4706949c26d231c2318.tar.zst freebsd-ports-gnome-6181caba06d41e0e8104e4706949c26d231c2318.zip |
The Digest::JHash module allows you to use the fast JHash hashing algorithm
developed by Bob Jenkins from within Perl programs. The algorithm takes as
input a message of arbitrary length and produces as output a 32-bit
"message digest" of the input in the form of an unsigned long integer.
See http://burtleburtle.net/bob/hash/doobs.html for more information.
WWW: http://search.cpan.org/dist/Digest-JHash
PR: ports/90564
Submitted by: Gabor Kovesdan
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 a8810e4e618e..c4c2da08cc70 100644 --- a/security/Makefile +++ b/security/Makefile @@ -341,6 +341,7 @@ SUBDIR += p5-Digest-HMAC SUBDIR += p5-Digest-Hashcash SUBDIR += p5-Digest-Haval256 + SUBDIR += p5-Digest-JHash SUBDIR += p5-Digest-MD2 SUBDIR += p5-Digest-MD4 SUBDIR += p5-Digest-MD5 |