summaryrefslogtreecommitdiff
path: root/security/p5-Digest-JHash/pkg-descr
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2005-12-17 16:16:24 +0000
committerErwin Lansing <erwin@FreeBSD.org>2005-12-17 16:16:24 +0000
commitf42c6cee20c15dcc659f23667871ebb273fcd467 (patch)
treefcbe69d7456808e1b978ccafa24dd7c8f318ddda /security/p5-Digest-JHash/pkg-descr
parentDigest::FNV is an implementation for the 32-bit version of Fowler/Noll/Vo (diff)
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
Notes
Notes: svn path=/head/; revision=151405
Diffstat (limited to 'security/p5-Digest-JHash/pkg-descr')
-rw-r--r--security/p5-Digest-JHash/pkg-descr7
1 files changed, 7 insertions, 0 deletions
diff --git a/security/p5-Digest-JHash/pkg-descr b/security/p5-Digest-JHash/pkg-descr
new file mode 100644
index 000000000000..3f23c87787c5
--- /dev/null
+++ b/security/p5-Digest-JHash/pkg-descr
@@ -0,0 +1,7 @@
+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